Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 3,111 for

document revision

(0.07 sec)
  1. Document.revisions property | Aspose.Words for ...

    Document.Revisions property. Gets a collection of Revisions (tracked changes) that exist in this Document....revisions property Document.revisions property Gets a collection...collection of revisions (tracked changes) that exist in this document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.Revisions | Aspose.Words for .NET

    Effortlessly track Document Revisions with our advanced tool. Stay organized and enhance collaboration with clear, highlighted changes!...Revisions Contents [ Hide ] Document.Revisions property Gets...Gets a collection of revisions (tracked changes) that exist in this...

    reference.aspose.com/words/net/aspose.words/doc...
  3. 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...
  4. 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...
  5. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the Revision group...property Revision.group property Gets the revision group. Returns...Returns None if the revision does not belong to any group. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Revision.reject method | Aspose.Words for Python

    Revision.reject method. Reject this Revision....method reject() Reject this revision. def reject ( self ): ......work with revisions in a document. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::RunCollection::ToArray method | ...

    Aspose::Words::RunCollection::ToArray method. Copies all runs from the collection to a new array of runs in C++....Shows how to determine the revision type of an inline node. auto...:: Words :: Document > ( get_MyDir () + u "Revision runs.docx"...

    reference.aspose.com/words/cpp/aspose.words/run...
  8. Aspose::Words::Inline::get_IsMoveToRevision met...

    Aspose::Words::Inline::get_IsMoveToRevision method. Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled in C++....Shows how to determine the revision type of an inline node. auto...:: Words :: Document > ( get_MyDir () + u "Revision runs.docx"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. 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...
  10. Inline.parentParagraph property | Aspose.Words ...

    Inline.parentParagraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....Shows how to determine the revision type of an inline node. let...doc = new aw . Document ( base . myDir + "Revision runs.docx" );...

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