Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 14,098 for

word count

(0.08 sec)
  1. ControlChar.OPTIONAL_HYPHEN_CHAR property | Asp...

    ControlChar.OPTIONAL_HYPHEN_CHAR property. Optional Hyphen in Microsoft Word is (char)31....Optional Hyphen in Microsoft Word is (char)31. @property def ...Optional Hyphen in Microsoft Word does not correspond to the Unicode...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionType enumeration | Aspose.Words for Python

    aspose.Words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/)....editing of the document does not count as a revision. builder . write...write ( 'This does not count as a revision. ' ) self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique custom document properties effortlessly with the Add method. Enhance your documents with tailored String data types for optimal performance.... Count , Is . EqualTo ( 0 )); // Custom...Assert . That ( properties . Count , Is . EqualTo ( 5 )); // Print...

    reference.aspose.com/words/net/aspose.words.pro...
  4. RevisionCollection class | Aspose.Words for Python

    aspose.Words.RevisionCollection class. A collection of [Revision](../revision/) objects that represent revisions in the document...Properties Name Description count Returns the number of revisions...editing of the document does not count as a revision. builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.start_track_revisions method | Aspose....

    aspose.Words.Document.start_track_revisions method...later open the document in MS Word you will see these changes as...revisions. Currently Aspose.Words supports tracking of node insertions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.JoinRunsWithSameFormatting | Aspose.W...

    Effortlessly join runs with consistent formatting in your paragraphs using the JoinRunsWithSameFormatting method. Enhance your document's style today!...runs are being joined they count as N - 1 joins. Examples Shows...open this document in Microsoft Word, the paragraph will look like...

    reference.aspose.com/words/net/aspose.words/par...
  7. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision....editing of the document does not count as a revision. builder . write...write ( 'This does not count as a revision. ' ) self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.stop_track_revisions method | Aspose.W...

    Document.stop_track_revisions method. Stops automatic marking of document changes as revisions....a document usually does not count as a revision until we begin...assertEqual ( 0 , doc . revisions . count ) self . assertFalse ( doc ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Revision.revision_type property | Aspose.Words ...

    Revision.revision_type property. Gets the type of this revision.... words . RevisionType : ... Examples...editing of the document does not count as a revision. builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes....count to zero. Examples Shows how...editing of the document does not count as a revision. builder . write...

    reference.aspose.com/words/python-net/aspose.wo...