public class EscherBoolProperty extends EscherSimpleProperty
EscherSimpleProperty
,
EscherProperty
propertyValue
Constructor | Description |
---|---|
EscherBoolProperty(short propertyNumber,
int value) |
Create an instance of an escher boolean property.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isFalse() |
Whether this boolean property is false
|
boolean |
isTrue() |
Whether this boolean property is true
|
java.lang.String |
toXml(java.lang.String tab) |
getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toString
public EscherBoolProperty(short propertyNumber, int value)
propertyNumber
- The property number (or id)value
- The 32 bit value of this bool propertypublic boolean isTrue()
public boolean isFalse()
public java.lang.String toXml(java.lang.String tab)
toXml
in class EscherSimpleProperty
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.