Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,844 for

document revision

(0.1 sec)
  1. Aspose::Words::Inline Class Reference - Aspose....

    Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own....Shows how to determine the revision type of an inline node. auto...doc = MakeObject<Document>(MyDir + u "Revision runs.docx" ); //...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. 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...
  3. RevisionCollection Class | Aspose.Words for .NET

    Aspose.Words.RevisionCollection class. A collection of Revision objects that represent Revisions in the Document in C#....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...
  4. Revision.accept method | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  5. Revision.ParentNode | Aspose.Words for .NET

    Revision ParentNode property. Gets the immediate parent node owner of this Revision. This property will work for any Revision type other than StyleDefinitionChange in C#....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...
  6. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of Revisions in the collection....property Returns the number of revisions in the collection. @property...work with revisions in a document. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. Aspose::Words::RevisionCollection::get_Count me...

    Aspose::Words::RevisionCollection::get_Count method. Returns the number of Revisions in the collection in C++....method Returns the number of revisions in the collection. int32_t...Shows how to work with revisions in a document. auto doc = MakeObject...

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