|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ddf.EscherRecord org.apache.poi.ddf.AbstractEscherOptRecord org.apache.poi.ddf.EscherOptRecord
public class EscherOptRecord
The opt record is used to store property values for a shape. It is the key to determining the attributes of a shape. Properties can be of two types: simple or complex. Simple types are fixed length. Complex properties are variable length.
Field Summary | |
---|---|
static java.lang.String |
RECORD_DESCRIPTION
|
static short |
RECORD_ID
|
Constructor Summary | |
---|---|
EscherOptRecord()
|
Method Summary | |
---|---|
short |
getInstance()
Returns the instance part of the option record. |
short |
getOptions()
Automatically recalculate the correct option |
java.lang.String |
getRecordName()
Subclasses should return the short name for this escher record. |
short |
getVersion()
Returns the version part of the option record. |
void |
setVersion(short value)
Sets the version part of record |
Methods inherited from class org.apache.poi.ddf.AbstractEscherOptRecord |
---|
addEscherProperty, fillFields, getAttributeMap, getEscherProperties, getEscherProperty, getRecordSize, lookup, removeEscherProperty, serialize, setEscherProperty, sortProperties |
Methods inherited from class org.apache.poi.ddf.EscherRecord |
---|
clone, display, fillFields, getChild, getChildRecords, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, toString, toXml, toXml |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RECORD_DESCRIPTION
public static final short RECORD_ID
Constructor Detail |
---|
public EscherOptRecord()
Method Detail |
---|
public short getInstance()
EscherRecord
getInstance
in class EscherRecord
@Internal public short getOptions()
getOptions
in class EscherRecord
public java.lang.String getRecordName()
EscherRecord
getRecordName
in class EscherRecord
public short getVersion()
EscherRecord
getVersion
in class EscherRecord
public void setVersion(short value)
EscherRecord
setVersion
in class EscherRecord
value
- version part value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |