Back to Devexpress

TrackChangesOptions Members

officefileapi-devexpress-dot-xtrarichedit-dot-trackchangesoptions-dot-underscore-members.md

latest6.0 KB
Original Source

TrackChangesOptions Members

Represents Track Changes color options.

Constructors

NameDescription
TrackChangesOptions()Initializes a new TrackChangesOptions instance with default settings.

Properties

NameDescription
ChangedLinesMarkupPositionSpecifies the position of changed lines’ indicators.
DeletedCellColorSpecifies a color to indicate a deleted table cell.
DeletionColorSpecifies a color to indicate deletions.
DisplayDeletionStyleSpecifies the style of the markup used to indicate deleted content.
DisplayFormattingSpecifies the markup used to indicate changed format options.
DisplayForReviewModeSpecifies how to display document changes.
DisplayInsertionStyleSpecifies the style of the markup used to indicate inserted content.
DisplayMovedFromStyleSpecifies the style of the markup used to indicate the content moved from this position.
DisplayMovedToStyleSpecifies the style of the markup used to indicate the content moved to this position.
FormattingColorSpecifies a color used to indicate changed format options.
InsertedCellColorSpecifies the color used to indicate inserted table cells.
InsertionColorSpecifies a color used to indicate inserted content.
MergedCellColorSpecifies a color used to indicate merged cells.
MovedFromColorSpecifies a color used to indicate the content moved from the target position.
MovedToColorSpecifies a color used to indicate the content moved to the target position.
SplitCellColorSpecifies a color used to indicate split cells.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all notification options to their default values. Inherited from RichEditNotificationOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
ChangedOccurs when the options are modified. Inherited from RichEditNotificationOptions.

See Also

TrackChangesOptions Class

DevExpress.XtraRichEdit Namespace