Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,271 for

document revision

(0.07 sec)
  1. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++....of change being tracked in Revision . enum class RevisionType...content was inserted in the document. Deletion 1 Content was removed...

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. RunCollection.to_array method | Aspose.Words fo...

    RunCollection.to_array method. Copies all runs from the collection to a new array of runs....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...
  3. Document.TrackRevisions | Aspose.Words for .NET

    Enable Document TrackRevisions to automatically track edits in Microsoft Word, ensuring seamless collaboration and precise version control....TrackRevisions Contents [ Hide ] Document.TrackRevisions property True...changes are tracked when this document is edited in Microsoft Word...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Inline.isInsertRevision property | Aspose.Words...

    Inline.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....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...
  5. Inline.isMoveToRevision property | Aspose.Words...

    Inline.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....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...
  6. Aspose::Words::Inline::get_ParentParagraph meth...

    Aspose::Words::Inline::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....Shows how to determine the revision type of an inline node. auto...= MakeObject < Document > ( MyDir + u "Revision runs.docx" );...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Aspose::Words::Inline::get_IsFormatRevision met...

    Aspose::Words::Inline::get_IsFormatRevision method. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled in C++....Shows how to determine the revision type of an inline node. auto...= MakeObject < Document > ( MyDir + u "Revision runs.docx" );...

    reference.aspose.com/words/cpp/aspose.words/inl...
  8. Aspose::Words::Inline::get_IsMoveFromRevision m...

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

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. Revision.group property | Aspose.Words for Node.js

    Revision.group property. Gets the Revision group...property Revision.group property Gets the revision group. Returns...Returns null if the revision does not belong to any group. get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Revision.author property | Aspose.Words for Python

    Revision.author property. Gets or sets the author of this Revision...author property Revision.author property Gets or sets the author...author of this revision. Can not be empty string or None . @property...

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