RevisionType Enum
Lists values used to indicate the revision type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Inserted
|
Content was inserted. |
Deleted
|
Content was deleted. |
Moved
|
Content was moved from the initial position. |
Moved
|
Content was moved to a new position. |
Character
|
One of the character properties was changed. |
Paragraph
|
One of the paragraph’s properties was changed or the paragraph was converted to a list. |
Section
|
One of the section’s properties was changed. |
Table
|
One of the table’s properties was changed. |
Table
|
One of the table row’s properties was changed. |
Table
|
One of the table cell’s properties was changed. |
Table
|
A table cell |
Table
|
A table cell |
Table
|
Table cells were merged. |
Table
|
Table cells were split into multiple cells. |
Character
|
A character style was changed. |
Paragraph
|
A paragraph style was changed. |
Table
|
Table row was inserted. |
Table
|
Table row was deleted. |
#Related API Members
The following properties accept/return RevisionType values:
#Remarks
The Revision.Type property uses values listed by the RevisionType enumeration.