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() |
EscherOptRecord(EscherOptRecord other) |
| Modifier and Type | Method and Description |
|---|---|
EscherOptRecord |
copy() |
java.lang.Enum |
getGenericRecordType() |
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, getEscherProperties, getEscherProperty, getGenericProperties, getRecordSize, lookup, lookup, removeEscherProperty, serialize, setEscherProperty, sortPropertiesdisplay, fillFields, getChild, getChildRecords, getGenericChildren, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, toString, toXml, toXmlpublic static final short RECORD_ID
public static final java.lang.String RECORD_DESCRIPTION
public EscherOptRecord()
public EscherOptRecord(EscherOptRecord other)
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.Enum getGenericRecordType()
public EscherOptRecord copy()
copy in interface Duplicatablecopy in class EscherRecordCopyright 2022 The Apache Software Foundation or its licensors, as applicable.