Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,696 for

document revision

(0.04 sec)
  1. 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...
  2. Revision.Group | Aspose.Words for .NET

    Discover the Revision Group property, effortlessly retrieve Revision groups or get null if no group exists. Simplify your data management today!...[ Hide ] Revision.Group property Gets the revision group. Returns...Returns null if the revision does not belong to any group. public...

    reference.aspose.com/words/net/aspose.words/rev...
  3. Revision.ParentNode | Aspose.Words for .NET

    Discover the Revision ParentNode property, which identifies the direct parent node of any Revision type—except StyleDefinitionChange. Enhance your coding efficiency!...ParentNode Contents [ Hide ] Revision.ParentNode property Gets the...this revision. This property will work for any revision type...

    reference.aspose.com/words/net/aspose.words/rev...
  4. RevisionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionCollection class—efficiently manage Document Revisions with a powerful collection of Revision objects for seamless editing....collection of Revision objects that represent revisions in the document...Track Changes in a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this Document with another Document producing changes as number of edit and format Revisions Revision in C++....Aspose::Words::Document::Compare method Contents [ Hide ] Document::Compare(const...System::SharedPtr<Aspose::Words::Document>&, const System::String&,...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Document.track_revisions property | Aspose.Word...

    Document.track_Revisions property. True if changes are tracked when this Document is edited in Microsoft Word....track_revisions property Document.track_revisions property True...changes are tracked when this document is edited in Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Inline.ParentParagraph | Aspose.Words for .NET

    Discover the Inline ParentParagraph property to easily access the parent Paragraph of any node, enhancing your coding efficiency and structure....determine the revision type of an inline node. Document doc = new...new Document ( MyDir + "Revision runs.docx" ); // When we edit the...

    reference.aspose.com/words/net/aspose.words/inl...
  8. RevisionCollection indexer | Aspose.Words for P...

    RevisionCollection indexer. Returns a [Revision](../../Revision/) at the specified index....__getitem__(index) Returns a Revision at the specified index. def...work with revisions in a document. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent Revisions in the Document in Java....collection of Revision objects that represent revisions in the document...Track Changes in a Document documentation article. Remarks: You...

    reference.aspose.com/words/java/com.aspose.word...
  10. Inline.is_insert_revision property | Aspose.Wor...

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

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