Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,698 for

document revision

(0.04 sec)
  1. RevisionOptions.show_revision_bars property | A...

    RevisionOptions.show_Revision_bars property. Allows to specify whether Revision bars should be rendered near lines containing revised content...show_revision_bars property RevisionOptions.show_revision_bars...Allows to specify whether revision bars should be rendered near...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::RevisionGroup class | Aspose.Wor...

    Aspose::Words::RevisionGroup class. Represents a group of sequential Revision objects. To learn more, visit the Documentation article in C++....Represents a group of sequential Revision objects. To learn more, visit...Track Changes in a Document documentation article. class RevisionGroup...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. LayoutOptions.RevisionOptions | Aspose.Words fo...

    Explore the LayoutOptions RevisionOptions property to easily access and customize Revision settings for enhanced Document control and flexibility....RevisionOptions property Gets revision options. public RevisionOptions...appearance of revisions in a rendered output document. Document doc =...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Inline class | Aspose.Words for Node.js

    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...Levels of Nodes in a Document documentation article. Remarks A...(Inherited from Node ) document Gets the document to which this node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldStart | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::ParagraphCollection class | Aspo...

    Aspose::Words::ParagraphCollection class. Provides typed access to a collection of Paragraph nodes. To learn more, visit the Documentation article in C++....Working with Paragraphs documentation article. class ParagraphCollection...this collection and from the document. Contains (const System::...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Paragraph.isMoveFromRevision property | Aspose....

    Paragraph.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....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...
  8. Paragraph.isMoveToRevision property | Aspose.Wo...

    Paragraph.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....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...
  9. Paragraph.isInsertRevision property | Aspose.Wo...

    Paragraph.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....work with revision paragraphs. let doc = new aw . Document (); let...above paragraphs are not revisions. // Paragraphs that we add...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphCollection indexer | Aspose.Words for ...

    ParagraphCollection indexer. Retrieves a [Paragraph](../../paragraph/) at the given index....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...