RevisionOptions.deletedTextColor property. Allows to specify the color to be used for deleted content [RevisionType.Deletion](../../../aspose.words/revisiontype/#Deletion)... Document ( base . myDir + "Revisions...revisionOptions ; // Render insertion revisions in green and italic...
Aspose::Words::Layout::RevisionOptions::get_MovedFromTextEffect method. Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...
Aspose::Words::Layout::RevisionOptions::get_MovedToTextColor method. Allows to specify the color to be used for areas where content was moved to 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_MovedToTextEffect method. Allows to specify the effect to be applied to the areas where content was moved to Moving. Default value is DoubleUnderline in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revisions.docx"...get_RevisionOptions (); // Render insertion revisions in green and italic...
RevisionOptions.revision_bars_width property. Gets or sets width of revision bars, points.... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...
Discover the RevisionOptions ShowInBalloons property! Control revision visibility in balloons for enhanced Document clarity. Default is None.... Document doc = new Document ( MyDir + "Revisions...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...
RevisionOptions.revisionBarsWidth property. Gets or sets width of revision bars, points.... Document ( base . myDir + "Revisions...revisionOptions ; // Render insertion revisions in green and italic...
Aspose::Words::Layout::ShowInBalloons enum. Specifies which revisions are rendered in balloons in C++....Description None 0 Renders insert, delete and format revisions...revisions inline. Format 1 Renders insert and delete revisions inline...
RevisionOptions.moved_to_text_color property. Allows to specify the color to be used for areas where content was moved to [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...
RevisionOptions.revised_properties_effect property. Allows to specify the effect for content areas with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionTextEffect.NONE](../../revisiontexteffect/#NONE)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...