ChartAxis.majorTickMark property. Returns or sets the major tick marks.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
SdtListItemCollection.count property. Gets number of items in the collection.... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...
SdtListItemCollection.add method. Adds an item to this collection.... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...
Chart.axisZ property. Provides access to properties of the Z axis of the chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Font.nameOther property. Returns or sets the font used for characters with character codes from 128 through 255.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Suppose a run that we use...
Customize your chart title effortlessly! Set or get the ChartTitle Text property for a personalized touch. Auto-generate titles when needed.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a chart shape with...
PdfEncryptionDetails.userPassword property. Specifies the user password required for opening the encrypted PDF Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...
Discover the Aspose.Words.ChartLegendEntry class for creating dynamic chart legends. Enhance your data visualization with seamless integration and customization.... Document doc = new Document ( MyDir + "Reporting...); Chart chart = (( Shape ) doc . GetChild ( NodeType . Shape...
Font.nameFarEast property. Returns or sets an East Asian font name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify font settings that...
List.list_levels property. Gets the collection of list levels for this list.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...