TxtLoadOptions.leadingSpacesOptions property. Gets or sets preferred option of a leading space handling... let loadOptions = new aw . Loading . TxtLoadOptions ();...txtTrailingSpacesOpt ; let doc = new aw . Document ( Buffer . from (...
Aspose.Words.HeaderFooterCollection.linkToPrevious method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...1" ); builder . insertBreak ( aw . BreakType . SectionBreakNewPage...
RevisionCollection.count property. Returns the number of revisions in the collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...revision . revisionType ). toEqual ( aw . RevisionType . Insertion );...
Revision.dateTime property. Gets or sets the date/time of this revision....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...revision . revisionType ). toEqual ( aw . RevisionType . Insertion );...
BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...paragraphs = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
Revision.revision_type property. Gets the type of this revision.... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
Document.has_revisions property. Returns ``True`` if the document has any tracked changes.... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
RevisionOptions.delete_cell_color property. Allows to specify the color to be used for deleted cells [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name = MY_DIR...revision_options . insert_cell_color = aw . layout . RevisionColor . LIGHT_BLUE...