StructuredDocumentTag.end_character_font property. Font formatting that will be applied to the last character of text entered into SDT.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
StructuredDocumentTag.color property. Gets or sets the color of the structured document tag.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
Aspose.Words.Loading.TxtTrailingSpacesOptions enumeration. Specifies available options for trailing spaces handling during import from [LoadFormat.Text](../../aspose.words/loadformat/#Text) file.... let loadOptions = new aw . Loading . TxtLoadOptions ();...txtTrailingSpacesOpt ; let doc = new aw . Document ( Buffer . from (...
aspose.words.Revision class. Represents a revision (tracked change) in a document node or style... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
Aspose.Words.RevisionCollection class. A collection of [Revision](../revision/) objects that represent revisions in the document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...revision . revisionType ). toEqual ( aw . RevisionType . Insertion );...
FieldToc.page_number_omitting_level_range property. Gets or sets a range of levels of the table of contents entries from which to omits page numbers....field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...