com.aspose.words
Class FieldIfComparisonResult

java.lang.Object
    extended by com.aspose.words.FieldIfComparisonResult

public class FieldIfComparisonResult 
extends java.lang.Object

Utility class containing constants. Specifies the result of the IF field condition evaluation.

Field Summary
static final intERROR = 0
           There is an error in the condition.
static final intTRUE = 1
           The condition is true.
static final intFALSE = 2
           The condition is false.
 

Field Detail

ERROR = 0

public static final int ERROR
There is an error in the condition.

TRUE = 1

public static final int TRUE
The condition is true.

FALSE = 2

public static final int FALSE
The condition is false.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.