public class EscherOptRecord extends AbstractEscherOptRecord
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RECORD_DESCRIPTION |
static short |
RECORD_ID |
properties
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
|
java.lang.String |
toXml(java.lang.String tab) |
addEscherProperty, fillFields, getEscherProperties, getEscherProperty, getRecordSize, lookup, removeEscherProperty, serialize, setEscherProperty, sortProperties, toString
clone, display, fillFields, formatXmlRecordHeader, getChild, getChildRecords, getRecordId, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, toXml
public static final java.lang.String RECORD_DESCRIPTION
public static final short RECORD_ID
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.String toXml(java.lang.String tab)
toXml
in class AbstractEscherOptRecord
tab
- - each children must be a right of his parentCopyright © 2005-2010 Potix Corporation. All Rights Reserved.