AxisDisplayUnit.Document property. Returns the Document containing the parent chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...
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...
Discover how the IMailMergeDataSource MoveNext method seamlessly advances to the next record, enhancing your data management efficiency....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...
Effortlessly manage your Documents with the VariableCollection RemoveAt method, which removes a variable at any specified index for seamless data handling.... Document doc = new Document (); VariableCollection...VariableCollection variables = doc . Variables ; // Every document has...
HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a table of contents...
aspose.words.drawing.charts.ChartXValue class. Represents an X value for a chart series.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
aspose.words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
SaveOptions.progressCallback property. Called during saving a Document and accepts data about saving progress....Doc , SaveFormat.Dot , SaveFormat...saveFormat , ext ) => { let doc = new aw . Document ( base ....