officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-93e46370.md
Lists values used to indicate the revision type.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public enum RevisionType
<ComVisible(True)>
Public Enum RevisionType
| 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.
|
The following properties accept/return RevisionType values:
The Revision.Type property uses values listed by the RevisionType enumeration.
See Also