Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,832 for

document revision

(0.06 sec)
  1. Paragraph.Runs | Aspose.Words for .NET

    Paragraph Runs property. Provides access to the typed collection of pieces of text inside the paragraph 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/par...
  2. RunCollection.ToArray | Aspose.Words for .NET

    RunCollection ToArray method. Copies all runs from the collection to a new array of runs 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/run...
  3. Inline.IsInsertRevision | Aspose.Words for .NET

    Inline IsInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled 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...
  4. Aspose::Words::RunCollection Class Reference - ...

    Provides typed access to a collection of Run nodes....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...
  5. ShapeBase.is_move_to_revision property | Aspose...

    ShapeBase.is_move_to_Revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....is_move_to_revision property ShapeBase.is_move_to_revision property...identify move revision shapes. # A move revision is when we move...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.is_move_from_revision property | Aspo...

    ShapeBase.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 ShapeBase.is_move_from_revision property...identify move revision shapes. # A move revision is when we move...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Story::get_Paragraphs method | A...

    Aspose::Words::Story::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story 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/sto...
  8. 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++....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...
  9. InlineStory.IsInsertRevision | Aspose.Words for...

    InlineStory IsInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled in C#....Examples Shows how to view revision-related properties of InlineStory...nodes. Document doc = new Document ( MyDir + "Revision footnotes...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Document.accept_all_revisions method | Aspose.W...

    Document.accept_all_Revisions method. Accepts all tracked changes in the Document....accept_all_revisions method accept_all_revisions() Accepts all...changes in the document. def accept_all_revisions ( self ): .....

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