RevisionOptions class

RevisionOptions class

Allows to control how document revisions are handled during layout process. To learn more, visit the Converting to Fixed-page Format documentation article.

Properties

NameDescription
commentColorAllows to specify the color to be used for comments. Default value is RevisionColor.Red.
deleteCellColorAllows to specify the color to be used for deleted cells RevisionType.Deletion. Default value is RevisionColor.Pink.
deletedTextColorAllows to specify the color to be used for deleted content RevisionType.Deletion. Default value is RevisionColor.ByAuthor.
deletedTextEffectAllows to specify the effect to be applied to the deleted content RevisionType.Deletion. Default value is RevisionTextEffect.StrikeThrough
insertCellColorAllows to specify the color to be used for inserted cells RevisionType.Insertion. Default value is RevisionColor.Blue.
insertedTextColorAllows to specify the color to be used for inserted content RevisionType.Insertion. Default value is RevisionColor.ByAuthor.
insertedTextEffectAllows to specify the effect to be applied to the inserted content RevisionType.Insertion. Default value is RevisionTextEffect.Underline.
measurementUnitAllows to specify the measurement units for revision comments. Default value is MeasurementUnits.Centimeters
movedFromTextColorAllows to specify the color to be used for areas where content was moved from RevisionType.Moving. Default value is RevisionColor.ByAuthor.
movedFromTextEffectAllows to specify the effect to be applied to the areas where content was moved from RevisionType.Moving. Default value is RevisionTextEffect.DoubleStrikeThrough
movedToTextColorAllows to specify the color to be used for areas where content was moved to RevisionType.Moving. Default value is RevisionColor.ByAuthor.
movedToTextEffectAllows to specify the effect to be applied to the areas where content was moved to RevisionType.Moving. Default value is RevisionTextEffect.DoubleUnderline
revisedPropertiesColorAllows to specify the color to be used for content with changes of formatting properties RevisionType.FormatChange Default value is RevisionColor.NoHighlight.
revisedPropertiesEffectAllows to specify the effect for content areas with changes of formatting properties RevisionType.FormatChange Default value is RevisionTextEffect.None
revisionBarsColorAllows to specify the color to be used for side bars that identify document lines containing revised information. Default value is RevisionColor.Red.
revisionBarsPositionGets or sets rendering position of revision bars. Default value is HorizontalAlignment.Outside.
revisionBarsWidthGets or sets width of revision bars, points.
showInBalloonsAllows to specify whether the revisions are rendered in the balloons. Default value is ShowInBalloons.None.
showOriginalRevisionAllows to specify whether the original text should be shown instead of revised one. Default value is false.
showRevisionBarsAllows to specify whether revision bars should be rendered near lines containing revised content. Default value is true.
showRevisionMarksAllow to specify whether revision text should be marked with special formatting markup. Default value is true.

See Also