com.aspose.slides.pptx
Class NullableBool
java.lang.Object
com.aspose.dotnet.util.Enumerate
com.aspose.slides.pptx.NullableBool
public class NullableBool
- extends com.aspose.dotnet.util.Enumerate
Represents the triple boolean values enumeration.
Methods inherited from class com.aspose.dotnet.util.Enumerate |
getId, getName, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FALSE
public static final NullableBool FALSE
FALSE_ID
public static final int FALSE_ID
- See Also:
- Constant Field Values
TRUE
public static final NullableBool TRUE
TRUE_ID
public static final int TRUE_ID
- See Also:
- Constant Field Values
NOT_DEFINED
public static final NullableBool NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
toValue
public static NullableBool toValue(int id)