Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 5,832 for

document revision

(0.07 sec)
  1. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a Document in Java....represent field characters in a document. To learn more, visit the...the Working with Fields documentation article. Remarks: A complete...

    reference.aspose.com/words/java/com.aspose.word...
  2. Inline.parent_paragraph property | Aspose.Words...

    Inline.parent_paragraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....the revision type of an inline node. doc = aw . Document ( MY_DIR...MY_DIR + "Revision runs.docx" ) # When we edit the document while...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Inline.IsDeleteRevision | Aspose.Words for .NET

    Inline IsDeleteRevision property. Returns true if this object was deleted 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. Inline.IsMoveFromRevision | Aspose.Words for .NET

    Inline IsMoveFromRevision property. Returns true if this object was moved deleted 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...
  5. Revision.author property | Aspose.Words for Python

    Revision.author property. Gets or sets the author of this Revision...author property Revision.author property Gets or sets the author...author of this revision. Can not be empty string or None . @property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../Revision/)....of change being tracked in Revision . Members Name Description...content was inserted in the document. DELETION Content was removed...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Revision.parent_node property | Aspose.Words fo...

    Revision.parent_node property. Gets the immediate parent node (owner) of this Revision...parent_node property Revision.parent_node property Gets the immediate...this revision. This property will work for any revision type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...to work with revision shapes. doc = aw . Document () self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. Aspose::Words::Inline::get_IsMoveToRevision met...

    Aspose::Words::Inline::get_IsMoveToRevision method. Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled 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/inl...