org.apache.poi.ddf
Class EscherOptRecord
java.lang.Object
org.apache.poi.ddf.EscherRecord
org.apache.poi.ddf.AbstractEscherOptRecord
org.apache.poi.ddf.EscherOptRecord
public class EscherOptRecord
- extends AbstractEscherOptRecord
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.
- Author:
- Glen Stampoultzis
Method Summary |
short |
getOptions()
Automatically recalculate the correct option |
java.lang.String |
getRecordName()
Subclasses should return the short name for this escher record. |
Methods inherited from class org.apache.poi.ddf.EscherRecord |
clone, display, fillFields, getChild, getChildRecords, getInstance, getRecordId, isContainerRecord, readHeader, serialize, serialize, setChildRecords, setOptions, setRecordId |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RECORD_ID
public static final short RECORD_ID
- See Also:
- Constant Field Values
RECORD_DESCRIPTION
public static final java.lang.String RECORD_DESCRIPTION
- See Also:
- Constant Field Values
EscherOptRecord
public EscherOptRecord()
getOptions
public short getOptions()
- Automatically recalculate the correct option
- Overrides:
getOptions
in class EscherRecord
- Returns:
- The options field for this record. All records have one.
getRecordName
public java.lang.String getRecordName()
- Description copied from class:
EscherRecord
- Subclasses should return the short name for this escher record.
- Specified by:
getRecordName
in class EscherRecord
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.