RevisionOptions.inserted_text_effect property. Allows to specify the effect to be applied to the inserted content [RevisionType.Insertion](../../../aspose.words/revisiontype/#Insertion)...inserted_text_effect property RevisionOptions.inserted_text_effect...applied to the inserted content RevisionType.INSERTION . Default value...
Aspose::Words::Layout::RevisionOptions::get_MovedFromTextColor method. Allows to specify the color to be used for areas where content was moved from Moving. Default value is ByAuthor in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...
Aspose::Words::Layout::RevisionOptions::get_ShowRevisionMarks method. Allow to specify whether revision text should be marked with special formatting markup. Default value is true in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...
Aspose.Words.Layout.RevisionTextEffect enum. Allows to specify decoration effect for revisions of Document text in C#....decoration effect for revisions of document text. public enum RevisionTextEffect...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...
Paragraph GetText method. Gets the text of this paragraph including the end of paragraph character in C#.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...
CompositeNode PrependChild method. Adds the specified node to the beginning of the list of child nodes for this node in C#....node being inserted was created from another document, you should...current document. The imported node can then be inserted into the...
aspose.words.layout.ShowInBalloons enumeration. Specifies which revisions are rendered in balloons....Name Description NONE Renders insert, delete and format revisions...revisions inline. FORMAT Renders insert and delete revisions inline...
RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...
RevisionOptions.moved_from_text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...