public class EscherOptRecord extends AbstractEscherOptRecord
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
RECORD_DESCRIPTION |
|
static short |
RECORD_ID |
properties| Constructor | Description |
|---|---|
EscherOptRecord() |
| Modifier and Type | Method | 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
|
java.lang.String |
toXml(java.lang.String tab) |
addEscherProperty, fillFields, getEscherProperties, getEscherProperty, getRecordSize, lookup, removeEscherProperty, serialize, setEscherProperty, sortProperties, toStringclone, display, fillFields, formatXmlRecordHeader, getChild, getChildRecords, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, 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 valuepublic java.lang.String toXml(java.lang.String tab)
toXml in class AbstractEscherOptRecordtab - - each children must be a right of his parentCopyright 2018 The Apache Software Foundation or its licensors, as applicable.