|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ddf.EscherProperty
public abstract class EscherProperty
This is the abstract base class for all escher properties.
EscherOptRecord
Field Summary | |
---|---|
protected short |
id
|
Constructor Summary | |
---|---|
EscherProperty(short id)
The id is distinct from the actual property number. |
|
EscherProperty(short propertyNumber,
boolean isComplex,
boolean isBlipId)
Constructs a new escher property. |
Method Summary | |
---|---|
short |
getId()
|
java.lang.String |
getName()
|
short |
getPropertyNumber()
|
int |
getPropertySize()
Most properties are just 6 bytes in length. |
boolean |
isBlipId()
|
boolean |
isComplex()
|
abstract int |
serializeComplexPart(byte[] data,
int pos)
Escher properties consist of a simple fixed length part and a complex variable length part. |
abstract int |
serializeSimplePart(byte[] data,
int pos)
Escher properties consist of a simple fixed length part and a complex variable length part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short id
Constructor Detail |
---|
public EscherProperty(short id)
public EscherProperty(short propertyNumber, boolean isComplex, boolean isBlipId)
Method Detail |
---|
public short getId()
public short getPropertyNumber()
public boolean isComplex()
public boolean isBlipId()
public java.lang.String getName()
public int getPropertySize()
public abstract int serializeSimplePart(byte[] data, int pos)
public abstract int serializeComplexPart(byte[] data, int pos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |