Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,023 for

document revision

(0.08 sec)
  1. Story.paragraphs property | Aspose.Words for Py...

    Story.paragraphs property. Gets a collection of paragraphs that are immediate children of the story....paragraph is a move revision. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # This document contains "Move" revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphCollection class | Aspose.Words for Py...

    aspose.words.ParagraphCollection class. Provides typed access to a collection of [Paragraph](../paragraph/) nodes...Working with Paragraphs documentation article. Inheritance: ParagraphCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::ShapeBase::get_IsMoveFr...

    Aspose::Words::Drawing::ShapeBase::get_IsMoveFromRevision method. 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/cpp/aspose.words.dra...
  4. 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...
  5. 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...
  6. ShapeBase.is_delete_revision property | Aspose....

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

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::RevisionCollection::GetEnumerato...

    Aspose::Words::RevisionCollection::GetEnumerator method. Returns an enumerator object in C++....SharedPtr < Aspose :: Words :: Revision >>> Aspose :: Words :: RevisionCollection...to work with a document’s collection of revisions. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. Revision.parentStyle property | Aspose.Words fo...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::ShapeBase::get_IsInsert...

    Aspose::Words::Drawing::ShapeBase::get_IsInsertRevision method. Returns true if this object was inserted 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...
  10. SpecialChar | Aspose.Words for Java

    Base class for special characters in the Document in Java....special characters in the document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...