Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,657 for

document revision

(0.04 sec)
  1. Aspose::Words::Paragraph::get_IsMoveToRevision ...

    Aspose::Words::Paragraph::get_IsMoveToRevision method. Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled in C++....is a move revision. auto doc = MakeObject < Document > ( MyDir...MyDir + u "Revisions.docx" ); // This document contains "Move" revisions...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. 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++....with revision shapes. auto doc = MakeObject < Document > ();...tracking revisions, which will make this shape not a revision of any...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Story.paragraphs property | Aspose.Words for No...

    Story.paragraphs property. Gets a collection of paragraphs that are immediate children of the story....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...
  4. Aspose::Words::Inline class | Aspose.Words for ...

    Aspose::Words::Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own. To learn more, visit the Documentation article in C++....Levels of Nodes in a Document documentation article. class Inline...public Aspose :: Words :: Revisions :: ITrackableNode Methods...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. 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...
  6. ShapeBase.is_insert_revision property | Aspose....

    ShapeBase.is_insert_Revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....is_insert_revision property ShapeBase.is_insert_revision property...enabled. @property def is_insert_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 = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a Document in Java....an end of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. Remarks: FieldEnd...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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...
  10. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....the Programming with Documents documentation article. Remarks: All...All text of the document is stored in runs of text. Run can only...

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