public final class RevisionType
extends com.aspose.ms.System.Enum
Specifies the type of change being tracked in DocFormat
.
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
StyleDefinitionChange
|
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 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 Insertion
StyleDefinitionChange
public static final int Moving
Content was moved in the document.
public static final int StyleDefinitionChange
Change of formatting was applied to the parent style.
Copyright © 2017. All rights reserved.