Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 5,844 for

document revision

(0.37 sec)
  1. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....the Programming with Documents documentation article. Examples:...determine the revision type of an inline node. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  2. Revision.parent_style property | Aspose.Words f...

    Revision.parent_style property. Gets the immediate parent style (owner) of this Revision...parent_style property Revision.parent_style property Gets the...parent style (owner) of this revision. This property will work for...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Inline.is_delete_revision property | Aspose.Wor...

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

    reference.aspose.com/words/python-net/aspose.wo...
  4. Inline.is_move_from_revision property | Aspose....

    Inline.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 Inline.is_move_from_revision property...@property def is_move_from_revision ( self ) -> bool : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  5. revisioncollection - Aspose.Words for Java - AP...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...ResourceLoadingArgs ResourceSavingArgs Revision RevisionCollection RevisionGroup...

    reference.aspose.com/words/java/com.aspose.word...
  6. RevisionCollection.groups property | Aspose.Wor...

    RevisionCollection.groups property. Collection of Revision groups....groups property Collection of revision groups. @property def groups...to work with a document’s collection of revisions. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.IsMoveFromRevision | Aspose.Words for...

    ShapeBase IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#....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...
  8. Aspose::Words::RunCollection::idx_get method | ...

    Aspose::Words::RunCollection::idx_get method. Retrieves a Run at the given index 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/run...
  9. Inline.ParentParagraph | Aspose.Words for .NET

    Inline ParentParagraph property. Retrieves the parent Paragraph of this node in C#....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...
  10. 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...