public final class RevisionType
extends java.lang.Object
Revision.| Modifier and Type | Field and Description |
|---|---|
static int |
DELETION
Content was removed from the document.
|
static int |
FORMAT_CHANGE
Change of formatting was applied to the parent node.
|
static int |
INSERTION
New content was inserted in the document.
|
static int |
length |
static int |
MOVING
Content was moved in the document.
|
static int |
STYLE_DEFINITION_CHANGE
Change of formatting was applied to the parent style.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String revisionTypeName) |
static java.lang.String |
getName(int revisionType) |
static int[] |
getValues() |
static java.lang.String |
toString(int revisionType) |
public static final int INSERTION
public static final int DELETION
public static final int FORMAT_CHANGE
public static final int STYLE_DEFINITION_CHANGE
public static final int MOVING
public static final int length