FieldOptions.toa_categories property. Gets or sets the table of authorities categories.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # TOA fields can filter their...
aspose.words.fields.ToaCategories class. Represents a table of authorities categories... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # TOA fields can filter their...
Set the ImageFileName in ImageFieldMergingArgs to effortlessly insert images into your Documents during mail merges. Enhance your workflow today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...
ToaCategories indexer. Gets or sets the category heading by category number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # TOA fields can filter their...
Aspose.Words.Tables.Cell class. Represents a table cell...Constructors Name Description Cell(doc) Initializes a new instance of...Shows how to create a table. let doc = new aw . Document (); let table...
ChartDataPoint.format property. Provides access to fill and line formatting of this data point....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Introduction to Chart feature, how to create and manipulate charts using C++....how to set series color: auto doc = System :: MakeObject < Document...MakeObject < DocumentBuilder > ( doc ); auto shape = builder -> InsertChart...