NullableBool

Overview

NullableBool is a enum in Aspose.Slides FOSS for Java.

Represents triple boolean values.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined boolean value
FALSERepresents a false boolean value
TRUE

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also