Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,016 for

document revision

(0.05 sec)
  1. Aspose::Words::Document::StopTrackRevisions met...

    Aspose::Words::Document::StopTrackRevisions method. Stops automatic marking of Document changes as Revisions in C++....Aspose::Words::Document::StopTrackRevisions method Contents [...[ Hide ] Document::StopTrackRevisions method Stops automatic...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. InlineStory.isDeleteRevision property | Aspose....

    InlineStory.isDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....Examples Shows how to view revision-related properties of InlineStory...doc = new aw . Document ( base . myDir + "Revision footnotes.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::InlineStory::get_IsMoveToRevisio...

    Aspose::Words::InlineStory::get_IsMoveToRevision method. Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled in C++....Examples Shows how to view revision-related properties of InlineStory...:: Words :: Document > ( get_MyDir () + u "Revision footnotes.docx"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. Aspose::Words::InlineStory::get_IsMoveFromRevis...

    Aspose::Words::InlineStory::get_IsMoveFromRevision method. Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled in C++....Examples Shows how to view revision-related properties of InlineStory...:: Words :: Document > ( get_MyDir () + u "Revision footnotes.docx"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. RevisionCollection.Count | Aspose.Words for .NET

    Discover the RevisionCollection Count property, which efficiently reveals the total number of Revisions, enhancing your data management and tracking....property Returns the number of revisions in the collection. public...with revisions in a document. Document doc = new Document ();...

    reference.aspose.com/words/net/aspose.words/rev...
  6. RevisionCollection.groups property | Aspose.Wor...

    RevisionCollection.groups property. Collection of Revision groups....groups property Collection of revision groups. @property def groups...to work with a document’s collection of revisions. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent Revisions in the Document. To learn more, visit the Documentation article in C++....collection of Revision objects that represent revisions in the document...Track Changes in a Document documentation article. class RevisionCollection...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....in Revision . Examples: Shows how to work with revisions in a...a document. Document doc = new Document(); DocumentBuilder builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::RevisionCollection::get_Count me...

    Aspose::Words::RevisionCollection::get_Count method. Returns the number of Revisions in the collection in C++....method Returns the number of revisions in the collection. int32_t...Shows how to work with revisions in a document. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Paragraph.runs property | Aspose.Words for Python

    Paragraph.runs property. Provides access to the typed collection of pieces of text inside the paragraph....the revision type of an inline node. doc = aw . Document ( file_name...MY_DIR + 'Revision runs.docx' ) # When we edit the document while...

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