Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,019 for

document revision

(0.04 sec)
  1. Revision.ParentStyle | Aspose.Words for .NET

    Discover the Revision ParentStyle property, which identifies the immediate parent style owner for StyleDefinitionChange Revisions. Optimize your styling process!...ParentStyle Contents [ Hide ] Revision.ParentStyle property Gets...parent style (owner) of this revision. This property will work for...

    reference.aspose.com/words/net/aspose.words/rev...
  2. RevisionCollection.Accept | Aspose.Words for .NET

    Discover the RevisionCollection Accept method to easily manage and filter Revisions based on your criteria for streamlined project updates....Accept method Accepts revisions that match specified criteria...Value The count of accepted revisions. Examples Shows how to accept...

    reference.aspose.com/words/net/aspose.words/rev...
  3. IRevisionCriteria.IsMatch | Aspose.Words for .NET

    Discover how the IRevisionCriteria IsMatch method effectively verifies if a specific Revision aligns with your criteria for optimal results....Checks whether or not specified revision matches criteria. public bool...bool IsMatch ( Revision revision ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/ire...
  4. ShapeBase.IsMoveToRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsMoveToRevision property enhances your Microsoft Word experience by tracking object movements seamlessly during edits....identify move revision shapes. // A move revision is when we move...move an element in the document body by cut-and-pasting it in...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Paragraph.IsMoveFromRevision | Aspose.Words for...

    Discover the IsMoveFromRevision property in Microsoft Word! Learn how it indicates if an object was moved or deleted during change tracking....paragraph is a move revision. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // This document contains "Move" revisions...

    reference.aspose.com/words/net/aspose.words/par...
  6. Inline class | Aspose.Words for Node.js

    Aspose.Words.Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own...Levels of Nodes in a Document documentation article. Remarks A...(Inherited from Node ) document Gets the document to which this node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph.isMoveFromRevision property | Aspose....

    Paragraph.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....paragraph is a move revision. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // This document contains "Move" revisions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::ShapeBase::get_IsDelete...

    Aspose::Words::Drawing::ShapeBase::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++....Examples Shows how to work with revision shapes. auto doc = System...MakeObject < Aspose :: Words :: Document > (); ASSERT_FALSE ( doc ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Document.accept_all_revisions method | Aspose.W...

    Document.accept_all_Revisions method. Accepts all tracked changes in the Document....accept_all_revisions method accept_all_revisions() Accepts all...changes in the document. def accept_all_revisions ( self ): .....

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionGroup class | Aspose.Words for Python

    aspose.words.RevisionGroup class. Represents a group of sequential [Revision](../Revision/) objects...Represents a group of sequential Revision objects. To learn more, visit...Track Changes in a Document documentation article. Properties...

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