Package loci.poi.ddf
Class EscherBoolProperty
- java.lang.Object
-
- loci.poi.ddf.EscherProperty
-
- loci.poi.ddf.EscherSimpleProperty
-
- loci.poi.ddf.EscherBoolProperty
-
public class EscherBoolProperty extends EscherSimpleProperty
Represents a boolean property. The actual utility of this property is in doubt because many of the properties marked as boolean seem to actually contain special values. In other words they're not true booleans.- Author:
- Glen Stampoultzis
- See Also:
EscherSimpleProperty
,EscherProperty
-
-
Field Summary
-
Fields inherited from class loci.poi.ddf.EscherSimpleProperty
propertyValue
-
Fields inherited from class loci.poi.ddf.EscherProperty
id
-
-
Constructor Summary
Constructors Constructor Description EscherBoolProperty(short propertyNumber, int value)
Create an instance of an escher boolean property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFalse()
Whether this boolean property is falseboolean
isTrue()
Whether this boolean property is true-
Methods inherited from class loci.poi.ddf.EscherSimpleProperty
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toString
-
Methods inherited from class loci.poi.ddf.EscherProperty
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex
-
-