ChartAxis.Document property. Returns the Document containing the parent chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
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...
Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results....findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert three runs which...
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...
SdtListItemCollection.add method. Adds an item to this collection.... doc = aw . Document () tag = aw ...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DROP_DOWN_LIST...
Aspose::Words::DocumentBuilder::MoveToField method. Moves the cursor to a field in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a field using the...
Chart.axisY property. Provides access to properties of the primary Y axis of the chart.... 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...
ConditionalStyleCollection.topRightCell property. Gets the top right cell style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
BookmarksOutlineLevelCollection.remove method. Removes a bookmark with the specified name from the collection.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bookmark with...