EditRevisionType Enumeration
|
The type of revision mark. Note that MS Word VBA defines many different revision types that
are not really documented and I don't know if they are used or not, for example wdRevisionDisplayField.
Revision types are much simpler in WordML so this enumeration is more similar to WordML than to MS Word VBA.
Namespace:
Spire.Doc.Formatting.Revisions
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum EditRevisionType
Public Enumeration EditRevisionType
public enum class EditRevisionType
Members
|
Member name
|
Value
|
Description
|
|
Insertion
|
0
|
Type of revision mark is insertion.
|
|
Deletion
|
1
|
Type of revision mark is Deletion.
|
See Also