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, sortProperties
display, fillFields, getChild, getChildRecords, getGenericChildren, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, toString, toXml, toXml
public static final short RECORD_ID
public static final java.lang.String RECORD_DESCRIPTION
public EscherOptRecord()
public EscherOptRecord(EscherOptRecord other)
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 valuepublic java.lang.Enum getGenericRecordType()
public EscherOptRecord copy()
copy
in interface Duplicatable
copy
in class EscherRecord
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.