NullableBool
Overview
NullableBool is a enum in Aspose.Slides FOSS for Java.
Represents triple boolean values.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined boolean value |
FALSE | Represents a false boolean value |
TRUE |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|---|
getValue() → String | Returns the string value of this constant. |