java.lang.Objectcom.aspose.words.RevisionType
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. |
Field Detail |
---|
INSERTION = 0 | |
public static final int INSERTION |
DELETION = 1 | |
public static final int DELETION |
FORMAT_CHANGE = 2 | |
public static final int FORMAT_CHANGE |
STYLE_DEFINITION_CHANGE = 3 | |
public static final int STYLE_DEFINITION_CHANGE |
MOVING = 4 | |
public static final int MOVING |