public final class ComparisonAction
extends com.aspose.ms.System.Enum
An action that can be applied to change.
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPT
Change will be visible on result file
|
static int |
NONE
Nothing to do
|
static int |
REJECT
Reject will be invisible on result file
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
public static final int ACCEPT
Change will be visible on result file
public static final int NONE
Nothing to do
public static final int REJECT
Reject will be invisible on result file
public static String getName(int type)