Allows to control how document revisions are handled during layout process.
Shows how to alter the appearance of revisions in a rendered output document.
#include <Aspose.Words.Cpp/Layout/RevisionOptions.h>
Public Member Functions | |
RevisionColor | get_CommentColor () const |
Allows to specify the color to be used for comments. Default value is Red. More... | |
RevisionColor | get_DeletedTextColor () |
Allows to specify the color to be used for deleted content Deletion. Default value is ByAuthor. More... | |
RevisionTextEffect | get_DeletedTextEffect () |
Allows to specify the effect to be applied to the deleted content Deletion. Default value is StrikeThrough More... | |
RevisionColor | get_InsertedTextColor () |
Allows to specify the color to be used for inserted content Insertion. Default value is ByAuthor. More... | |
RevisionTextEffect | get_InsertedTextEffect () |
Allows to specify the effect to be applied to the inserted content Insertion. Default value is Underline. More... | |
MeasurementUnits | get_MeasurementUnit () const |
Allows to specify the measurement units for revision comments. Default value is Centimeters More... | |
RevisionColor | get_MovedFromTextColor () |
Allows to specify the color to be used for areas where content was moved from Moving. Default value is ByAuthor. More... | |
RevisionTextEffect | get_MovedFromTextEffect () |
Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough More... | |
RevisionColor | get_MovedToTextColor () |
Allows to specify the color to be used for areas where content was moved to Moving. Default value is ByAuthor. More... | |
RevisionTextEffect | get_MovedToTextEffect () |
Allows to specify the effect to be applied to the areas where content was moved to Moving. Default value is DoubleUnderline More... | |
RevisionColor | get_RevisedPropertiesColor () |
Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight. More... | |
RevisionTextEffect | get_RevisedPropertiesEffect () |
Allows to specify the effect for content areas with changes of formatting properties FormatChange Default value is None More... | |
RevisionColor | get_RevisionBarsColor () const |
Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value is Red. More... | |
HorizontalAlignment | get_RevisionBarsPosition () const |
Gets rendering position of revision bars. Default value is Outside. More... | |
float | get_RevisionBarsWidth () const |
Gets or sets width of revision bars, points. More... | |
ShowInBalloons | get_ShowInBalloons () const |
Allows to specify whether the revisions are rendered in the balloons. Default value is None. More... | |
bool | get_ShowOriginalRevision () const |
Allows to specify whether the original text should be shown instead of revised one. Default value is False. More... | |
bool | get_ShowRevisionBars () const |
Allows to specify whether revision bars should be rendered near lines containing revised content. Default value is True. More... | |
bool | get_ShowRevisionMarks () const |
Allow to specify whether revision text should be marked with special formatting markup. Default value is True. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
void | set_CommentColor (RevisionColor value) |
Setter for get_CommentColor. More... | |
void | set_DeletedTextColor (RevisionColor value) |
Setter for get_DeletedTextColor. More... | |
void | set_DeletedTextEffect (RevisionTextEffect value) |
Setter for get_DeletedTextEffect. More... | |
void | set_InsertedTextColor (RevisionColor value) |
Setter for get_InsertedTextColor. More... | |
void | set_InsertedTextEffect (RevisionTextEffect value) |
Setter for get_InsertedTextEffect. More... | |
void | set_MeasurementUnit (MeasurementUnits value) |
Allows to specify the measurement units for revision comments. Default value is Centimeters More... | |
void | set_MovedFromTextColor (RevisionColor value) |
Setter for get_MovedFromTextColor. More... | |
void | set_MovedFromTextEffect (RevisionTextEffect value) |
Setter for get_MovedFromTextEffect. More... | |
void | set_MovedToTextColor (RevisionColor value) |
Setter for get_MovedToTextColor. More... | |
void | set_MovedToTextEffect (RevisionTextEffect value) |
Setter for get_MovedToTextEffect. More... | |
void | set_RevisedPropertiesColor (RevisionColor value) |
Setter for get_RevisedPropertiesColor. More... | |
void | set_RevisedPropertiesEffect (RevisionTextEffect value) |
Setter for get_RevisedPropertiesEffect. More... | |
void | set_RevisionBarsColor (RevisionColor value) |
Setter for get_RevisionBarsColor. More... | |
void | set_RevisionBarsPosition (HorizontalAlignment value) |
Sets rendering position of revision bars. Default value is Outside. More... | |
void | set_RevisionBarsWidth (float value) |
Setter for get_RevisionBarsWidth. More... | |
void | set_ShowInBalloons (ShowInBalloons value) |
Setter for get_ShowInBalloons. More... | |
void | set_ShowOriginalRevision (bool value) |
Setter for get_ShowOriginalRevision. More... | |
void | set_ShowRevisionBars (bool value) |
Setter for get_ShowRevisionBars. More... | |
void | set_ShowRevisionMarks (bool value) |
Setter for get_ShowRevisionMarks. More... | |
Static Public Member Functions | |
static const TypeInfo & | Type () |
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_CommentColor | ( | ) | const |
Allows to specify the color to be used for comments. Default value is Red.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_DeletedTextColor | ( | ) |
Allows to specify the color to be used for deleted content Deletion. Default value is ByAuthor.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionTextEffect Aspose::Words::Layout::RevisionOptions::get_DeletedTextEffect | ( | ) |
Allows to specify the effect to be applied to the deleted content Deletion. Default value is StrikeThrough
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_InsertedTextColor | ( | ) |
Allows to specify the color to be used for inserted content Insertion. Default value is ByAuthor.
Shows how to alter the appearance of revisions in a rendered output document.
Aspose::Words::Layout::RevisionTextEffect Aspose::Words::Layout::RevisionOptions::get_InsertedTextEffect | ( | ) |
Allows to specify the effect to be applied to the inserted content Insertion. Default value is Underline.
Shows how to modify the appearance of revisions.
Aspose::Words::MeasurementUnits Aspose::Words::Layout::RevisionOptions::get_MeasurementUnit | ( | ) | const |
Allows to specify the measurement units for revision comments. Default value is Centimeters
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_MovedFromTextColor | ( | ) |
Allows to specify the color to be used for areas where content was moved from Moving. Default value is ByAuthor.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionTextEffect Aspose::Words::Layout::RevisionOptions::get_MovedFromTextEffect | ( | ) |
Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_MovedToTextColor | ( | ) |
Allows to specify the color to be used for areas where content was moved to Moving. Default value is ByAuthor.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionTextEffect Aspose::Words::Layout::RevisionOptions::get_MovedToTextEffect | ( | ) |
Allows to specify the effect to be applied to the areas where content was moved to Moving. Default value is DoubleUnderline
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_RevisedPropertiesColor | ( | ) |
Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionTextEffect Aspose::Words::Layout::RevisionOptions::get_RevisedPropertiesEffect | ( | ) |
Allows to specify the effect for content areas with changes of formatting properties FormatChange Default value is None
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::RevisionColor Aspose::Words::Layout::RevisionOptions::get_RevisionBarsColor | ( | ) | const |
Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value is Red.
Shows how to modify the appearance of revisions.
Aspose::Words::Drawing::HorizontalAlignment Aspose::Words::Layout::RevisionOptions::get_RevisionBarsPosition | ( | ) | const |
Gets rendering position of revision bars. Default value is Outside.
float Aspose::Words::Layout::RevisionOptions::get_RevisionBarsWidth | ( | ) | const |
Gets or sets width of revision bars, points.
Shows how to modify the appearance of revisions.
Aspose::Words::Layout::ShowInBalloons Aspose::Words::Layout::RevisionOptions::get_ShowInBalloons | ( | ) | const |
Allows to specify whether the revisions are rendered in the balloons. Default value is None.
Shows how to display revisions in balloons.
Shows how to modify the appearance of revisions.
bool Aspose::Words::Layout::RevisionOptions::get_ShowOriginalRevision | ( | ) | const |
Allows to specify whether the original text should be shown instead of revised one. Default value is False.
Shows how to modify the appearance of revisions.
bool Aspose::Words::Layout::RevisionOptions::get_ShowRevisionBars | ( | ) | const |
Allows to specify whether revision bars should be rendered near lines containing revised content. Default value is True.
Shows how to alter the appearance of revisions in a rendered output document.
bool Aspose::Words::Layout::RevisionOptions::get_ShowRevisionMarks | ( | ) | const |
Allow to specify whether revision text should be marked with special formatting markup. Default value is True.
Shows how to modify the appearance of revisions.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
void Aspose::Words::Layout::RevisionOptions::set_CommentColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_DeletedTextColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_DeletedTextEffect | ( | Aspose::Words::Layout::RevisionTextEffect | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_InsertedTextColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_InsertedTextEffect | ( | Aspose::Words::Layout::RevisionTextEffect | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_MeasurementUnit | ( | Aspose::Words::MeasurementUnits | value | ) |
Allows to specify the measurement units for revision comments. Default value is Centimeters
void Aspose::Words::Layout::RevisionOptions::set_MovedFromTextColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_MovedFromTextEffect | ( | Aspose::Words::Layout::RevisionTextEffect | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_MovedToTextColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_MovedToTextEffect | ( | Aspose::Words::Layout::RevisionTextEffect | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_RevisedPropertiesColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_RevisedPropertiesEffect | ( | Aspose::Words::Layout::RevisionTextEffect | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_RevisionBarsColor | ( | Aspose::Words::Layout::RevisionColor | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_RevisionBarsPosition | ( | Aspose::Words::Drawing::HorizontalAlignment | value | ) |
Sets rendering position of revision bars. Default value is Outside.
void Aspose::Words::Layout::RevisionOptions::set_RevisionBarsWidth | ( | float | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_ShowInBalloons | ( | Aspose::Words::Layout::ShowInBalloons | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_ShowOriginalRevision | ( | bool | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_ShowRevisionBars | ( | bool | value | ) |
void Aspose::Words::Layout::RevisionOptions::set_ShowRevisionMarks | ( | bool | value | ) |
|
static |