java.lang.ObjectRepresents 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.org.apache.poi.ddf.EscherProperty
org.apache.poi.ddf.EscherSimpleProperty
org.apache.poi.ddf.EscherBoolProperty
Glen - Stampoultzis| Fields inherited from org.apache.poi.ddf.EscherSimpleProperty: |
|---|
| propertyValue |
| Fields inherited from org.apache.poi.ddf.EscherProperty: |
|---|
| id |
| Constructor: |
|---|
|
| 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: |
|---|
|
|