public final class ChangeType
extends com.aspose.ms.System.Enum
Specifies change type.
Modifier and Type | Field and Description |
---|---|
static int |
Added
The added.
|
static int |
Deleted
The deleted.
|
static int |
Inserted
The inserted.
|
static int |
Modified
The modified.
|
static int |
Moved
Moved.
|
static int |
MovedAndResized
The moved and resized.
|
static int |
None
The none.
|
static int |
NotModified
The not modified.
|
static int |
Resized
Resized.
|
static int |
ShiftedAndResized
The shifted and resized.
|
static int |
StyleChanged
Style changed.
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
public static final int Added
The added.
public static final int Deleted
The deleted.
public static final int Inserted
The inserted.
public static final int Modified
The modified.
public static final int Moved
Moved.
public static final int MovedAndResized
The moved and resized.
public static final int None
The none.
public static final int NotModified
The not modified.
public static final int Resized
Resized.
public static final int ShiftedAndResized
The shifted and resized.
public static final int StyleChanged
Style changed.
public static String getName(int type)