Aspose::Words::Document::get_RevisionsView method. Gets or sets a value indicating whether to work with the original or revised version of a Document in C++.... auto doc = System :: MakeObject < Aspose..."Revisions at list levels.docx" ); doc -> UpdateListLabels (); System...
Aspose.Words.SignatureLineOptions class. Allows to specify options for signature line being inserted... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...
TextColumn.width property. Gets or sets the width of the text column in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) page_setup = builder . page_setup...
ChartDataTable.has_vertical_border property. Gets or sets a flag indicating whether a vertical border of the data table is displayed... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Discover the Aspose.Words.Fields.ToaCategories class for efficient management of table of authorities categories in your Documents. Enhance your Document structuring!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // TOA fields can filter their...
Aspose::Words::WarningType enum. Specifies the type of a warning that is issued by Aspose.Words during Document loading or saving in C++.... auto doc = System :: MakeObject < Aspose...:: WarningInfoCollectio > (); doc -> set_WarningCallback ( warningCollector...
Discover how to use ImageFieldMergingArgs to seamlessly insert images into your Documents for a polished mail merge experience....MergeFieldImages () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...
Aspose::Words::CompositeNode::get_HasChildNodes method. Returns true if this node has any child nodes in C++.... auto doc = System :: MakeObject < Aspose...Tables :: Table > firstTable = doc -> get_FirstSection () -> get_Body...