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
Name | Description |
---|---|
commentColor | Allows to specify the color to be used for comments. Default value is RevisionColor.Red. |
deleteCellColor | Allows to specify the color to be used for deleted cells RevisionType.Deletion. Default value is RevisionColor.Pink. |
deletedTextColor | Allows to specify the color to be used for deleted content RevisionType.Deletion. Default value is RevisionColor.ByAuthor. |
deletedTextEffect | Allows to specify the effect to be applied to the deleted content RevisionType.Deletion. Default value is RevisionTextEffect.StrikeThrough |
insertCellColor | Allows to specify the color to be used for inserted cells RevisionType.Insertion. Default value is RevisionColor.Blue. |
insertedTextColor | Allows to specify the color to be used for inserted content RevisionType.Insertion. Default value is RevisionColor.ByAuthor. |
insertedTextEffect | Allows to specify the effect to be applied to the inserted content RevisionType.Insertion. Default value is RevisionTextEffect.Underline. |
measurementUnit | Allows to specify the measurement units for revision comments. Default value is MeasurementUnits.Centimeters |
movedFromTextColor | Allows to specify the color to be used for areas where content was moved from RevisionType.Moving. Default value is RevisionColor.ByAuthor. |
movedFromTextEffect | Allows to specify the effect to be applied to the areas where content was moved from RevisionType.Moving. Default value is RevisionTextEffect.DoubleStrikeThrough |
movedToTextColor | Allows to specify the color to be used for areas where content was moved to RevisionType.Moving. Default value is RevisionColor.ByAuthor. |
movedToTextEffect | Allows to specify the effect to be applied to the areas where content was moved to RevisionType.Moving. Default value is RevisionTextEffect.DoubleUnderline |
revisedPropertiesColor | Allows to specify the color to be used for content with changes of formatting properties RevisionType.FormatChange Default value is RevisionColor.NoHighlight. |
revisedPropertiesEffect | Allows to specify the effect for content areas with changes of formatting properties RevisionType.FormatChange Default value is RevisionTextEffect.None |
revisionBarsColor | Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value is RevisionColor.Red. |
revisionBarsPosition | Gets or sets rendering position of revision bars. Default value is HorizontalAlignment.Outside. |
revisionBarsWidth | Gets or sets width of revision bars, points. |
showInBalloons | Allows to specify whether the revisions are rendered in the balloons. Default value is ShowInBalloons.None. |
showOriginalRevision | Allows to specify whether the original text should be shown instead of revised one. Default value is false . |
showRevisionBars | Allows to specify whether revision bars should be rendered near lines containing revised content. Default value is true . |
showRevisionMarks | Allow to specify whether revision text should be marked with special formatting markup. Default value is true . |
See Also
- module Aspose.Words.Layout