Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 2,696 for

document revision

(0.03 sec)
  1. Paragraph.isMoveToRevision property | Aspose.Wo...

    Paragraph.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) 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...
  2. Paragraph.is_insert_revision property | Aspose....

    Paragraph.is_insert_Revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....is_insert_revision property Paragraph.is_insert_revision property...enabled. @property def is_insert_revision ( self ) -> bool : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.is_move_from_revision property | Aspo...

    Paragraph.is_move_from_Revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....is_move_from_revision property Paragraph.is_move_from_revision property...@property def is_move_from_revision ( self ) -> bool : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutOptions.RevisionOptions | Aspose.Words fo...

    Explore the LayoutOptions RevisionOptions property to easily access and customize Revision settings for enhanced Document control and flexibility....RevisionOptions property Gets revision options. public RevisionOptions...appearance of revisions in a rendered output document. Document doc =...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 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...
  6. RevisionCollection.Reject | Aspose.Words for .NET

    Discover the RevisionCollection Reject method to efficiently filter out unwanted Revisions based on your criteria for streamlined project management....Reject method Rejects revisions that match specified criteria...Value The count of rejected revisions. Examples Shows how to accept...

    reference.aspose.com/words/net/aspose.words/rev...
  7. RevisionCollection.GetEnumerator | Aspose.Words...

    Discover the RevisionCollection GetEnumerator method! Efficiently retrieve enumerator objects for seamless data management and enhanced performance.... public IEnumerator < Revision > GetEnumerator () Examples...work with a document’s collection of revisions. Document doc = new...

    reference.aspose.com/words/net/aspose.words/rev...
  8. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsInsertRevision property enhances your Word Documents by identifying changes made during tracking. Boost your editing efficiency!...work with revision shapes. Document doc = new Document (); Assert...tracking revisions, which will make this shape not a revision of any...

    reference.aspose.com/words/net/aspose.words.dra...
  9. RevisionGroupCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.RevisionGroupCollection class, featuring efficient management of Document Revision groups for enhanced editing and collaboration....that represent revision groups in the document. To learn more...Track Changes in a Document documentation article. public sealed...

    reference.aspose.com/words/net/aspose.words/rev...
  10. 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...