public class EscherOptRecord extends AbstractEscherOptRecord
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | RECORD_DESCRIPTION | 
| static short | RECORD_ID | 
| Constructor and Description | 
|---|
| EscherOptRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
addEscherProperty, fillFields, getAttributeMap, getEscherProperties, getEscherProperty, getRecordSize, lookup, removeEscherProperty, serialize, setEscherProperty, sortPropertiesclone, display, fillFields, getChild, getChildRecords, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, toString, toXml, toXmlpublic static final java.lang.String RECORD_DESCRIPTION
public static final short RECORD_ID
public short getInstance()
EscherRecordgetInstance in class EscherRecord@Internal public short getOptions()
getOptions in class EscherRecordpublic java.lang.String getRecordName()
EscherRecordgetRecordName in class EscherRecordpublic short getVersion()
EscherRecordgetVersion in class EscherRecordpublic void setVersion(short value)
EscherRecordsetVersion in class EscherRecordvalue - version part valueCopyright 2018 The Apache Software Foundation or its licensors, as applicable.