RevisionType Enum
Lists values used to indicate the revision type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly:
DevExpress.RichEdit.v26.1.Core.dll
Declaration
[ComVisible(true)]
public enum RevisionType
<ComVisible(True)>
Public Enum RevisionType
Members
| Name |
Description |
Inserted
|
Content was inserted.
|
Deleted
|
Content was deleted.
|
MovedFrom
|
Content was moved from the initial position.
|
MovedTo
|
Content was moved to a new position.
|
CharacterPropertyChanged
|
One of the character properties was changed.
|
ParagraphPropertyChanged
|
One of the paragraphâs properties was changed or the paragraph was converted to a list.
|
SectionPropertyChanged
|
One of the sectionâs properties was changed.
|
TablePropertyChanged
|
One of the tableâs properties was changed.
|
TableRowPropertyChanged
|
One of the table rowâs properties was changed.
|
TableCellPropertyChanged
|
One of the table cellâs properties was changed.
|
TableCellInserted
|
A table cell(s) was inserted.
|
TableCellDeleted
|
A table cell(s) was deleted.
|
TableCellsMerged
|
Table cells were merged.
|
TableCellsSplit
|
Table cells were split into multiple cells.
|
CharacterStyleDefinitionChanged
|
A character style was changed.
|
ParagraphStyleDefinitionChanged
|
A paragraph style was changed.
|
TableRowInserted
|
Table row was inserted.
|
TableRowDeleted
|
Table row was deleted.
|
Related API Members
The following properties accept/return RevisionType values:
The Revision.Type property uses values listed by the RevisionType enumeration.
See Also