Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 5,832 for

document revision

(0.12 sec)
  1. Aspose::Words::Paragraph::get_Runs method | Asp...

    Aspose::Words::Paragraph::get_Runs method. Provides access to the typed collection of pieces of text inside the paragraph 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/par...
  2. Aspose::Words::InlineStory::get_IsDeleteRevisio...

    Aspose::Words::InlineStory::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++....Examples Shows how to view revision-related properties of InlineStory...= MakeObject < Document > ( MyDir + u "Revision footnotes.docx"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++....of change being tracked in Revision . enum class RevisionType...content was inserted in the document. Deletion 1 Content was removed...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. Document.TrackRevisions | Aspose.Words for .NET

    Document TrackRevisions property. True if changes are tracked when this Document is edited in Microsoft Word in C#....TrackRevisions Contents [ Hide ] Document.TrackRevisions property True...changes are tracked when this document is edited in Microsoft Word...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Revision.Reject | Aspose.Words for .NET

    Revision Reject method. Reject this Revision in C#....[ Hide ] Revision.Reject method Reject this revision. public void...with revisions in a document. Document doc = new Document ();...

    reference.aspose.com/words/net/aspose.words/rev...
  6. Revision.DateTime | Aspose.Words for .NET

    Revision DateTime property. Gets or sets the date/time of this Revision in C#....DateTime Contents [ Hide ] Revision.DateTime property Gets or...sets the date/time of this revision. public DateTime DateTime...

    reference.aspose.com/words/net/aspose.words/rev...
  7. RunCollection class | Aspose.Words for Python

    aspose.words.RunCollection class. Provides typed access to a collection of [Run](../run/) nodes...the Programming with Documents documentation article. Inheritance:...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  8. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....Words Document Object Model (DOM) documentation article. Examples:...position tab characters with a document visitor. public void documentToTxt()...

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

    RunCollection Item property. Retrieves a Run at the given index 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...