public final class WordProcessingRevisionType
extends com.aspose.ms.System.Enum
Specifies the type of the change being tracked by a revision.
Modifier and Type | Field and Description |
---|---|
static int |
Deletion
Content was removed from the document.
|
static int |
FormatChange
Change of formatting was applied to the parent node.
|
static int |
Insertion
New content was inserted into the document.
|
static int |
Moving
Content was moved in the document.
|
static int |
StyleDefinitionChange
Change of formatting was applied to the parent style.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Insertion
New content was inserted into the document.
public static final int Deletion
Content was removed from the document.
public static final int FormatChange
Change of formatting was applied to the parent node.
public static final int StyleDefinitionChange
Change of formatting was applied to the parent style.
public static final int Moving
Content was moved in the document.