EditRevision
Type Property
|
Indicates whether the run is inserted or deleted during the revision.
Namespace:
Spire.Doc.Formatting.Revisions
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public EditRevisionType Type { get; }
Public ReadOnly Property Type As EditRevisionType
Get
public:
property EditRevisionType Type {
EditRevisionType get ();
}
member Type : EditRevisionType with get
Property Value
Type:
EditRevisionType
See Also