IStructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...how to create a structured document tag in a plain text box and...new aw . Document (); // Create a structured document tag that...
StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....how to create a structured document tag in a plain text box and...new aw . Document (); // Create a structured document tag that...
Aspose.Words.Drawing.Charts.AxisTimeUnit enumeration. Specifies the unit of time for axes.... Examples Shows how to insert chart with date/time values...values. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
Specifies how document is printed out in Java....MultiplePagesType Specifies how document is printed out. Examples:...configure a document that can be printed as a book fold. Document doc...
Manage your document's RevisionNumber with BuiltInDocumentProperties. Easily track changes and enhance version control for better collaboration....property Gets or sets the document revision number. public int...with REVNUM fields. Document doc = new Document (); DocumentBuilder...
Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....StoryType enum Text of a Word document is stored in stories. StoryType...There is no such story in the document. MainText 1 Contains the main...
Aspose::Words::PageSetup::get_PageNumberStyle method. Gets or sets the page number format in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...2, page 3." ); // Move the document builder to the first section's...
Aspose::Words::Tables::Table::AutoFit method. Resizes the table and cells according to the specified auto fit behavior in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...-> StartTable (); // We must insert at least one row before setting...
Discover the Aspose.Words.Tables.Row class for seamless table row management in your Documents. Enhance your document processing with powerful features!...the Working with Tables documentation article. public class Row...identifier. virtual Document { get; } Gets the document to which this...
Footnote.referenceMark property. Gets/sets custom reference mark to be used for this footnote... Examples Shows how to insert and customize footnotes. let...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...