java.lang.Objectcom.aspose.words.FieldIfComparisonResult
public class FieldIfComparisonResult
Field Summary | ||
---|---|---|
static final int | ERROR | |
There is an error in the condition. | ||
static final int | TRUE | |
The condition is true .
|
||
static final int | FALSE | |
The condition is false .
|
Field Detail |
---|
ERROR = 0 | |
public static final int ERROR |
TRUE = 1 | |
public static final int TRUE |
true
.
FALSE = 2 | |
public static final int FALSE |
false
.