public class RevisionType
Field Summary | ||
---|---|---|
static final int | INSERTION | |
New content was inserted in the document.
|
||
static final int | DELETION | |
Content was removed from the document.
|
||
static final int | FORMAT_CHANGE | |
Change of formatting was applied to the parent node.
|
||
static final int | STYLE_DEFINITION_CHANGE | |
Change of formatting was applied to the parent style.
|
||
static final int | MOVING | |
Content was moved in the document.
|
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