Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherBoolProperty [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherProperty
      org.apache.poi.ddf.EscherSimpleProperty
         org.apache.poi.ddf.EscherBoolProperty
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.
Fields inherited from org.apache.poi.ddf.EscherSimpleProperty:
propertyValue
Fields inherited from org.apache.poi.ddf.EscherProperty:
id
Constructor:
 public EscherBoolProperty(short propertyNumber,
    int value) 
Method from org.apache.poi.ddf.EscherBoolProperty Summary:
isFalse,   isTrue
Methods from org.apache.poi.ddf.EscherSimpleProperty:
equals,   getPropertyValue,   hashCode,   serializeComplexPart,   serializeSimplePart,   toString
Methods from org.apache.poi.ddf.EscherProperty:
getId,   getName,   getPropertyNumber,   getPropertySize,   isBlipId,   isComplex,   serializeComplexPart,   serializeSimplePart
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherBoolProperty Detail:
 public boolean isFalse() 
    Whether this boolean property is false
 public boolean isTrue() 
    Whether this boolean property is true