org.apache.poi.ddf
Class EscherTertiaryOptRecord

java.lang.Object
  extended by org.apache.poi.ddf.EscherRecord
      extended by org.apache.poi.ddf.AbstractEscherOptRecord
          extended by org.apache.poi.ddf.EscherTertiaryOptRecord
All Implemented Interfaces:
java.lang.Cloneable

public class EscherTertiaryOptRecord
extends AbstractEscherOptRecord

"The OfficeArtTertiaryFOPT record specifies a table of OfficeArtRGFOPTE properties, as defined in section 2.3.1." -- [MS-ODRAW] -- v20110608; Office Drawing Binary File Format


Field Summary
static short RECORD_ID
           
 
Constructor Summary
EscherTertiaryOptRecord()
           
 
Method Summary
 java.lang.String getRecordName()
          Subclasses should return the short name for this escher record.
 
Methods inherited from class org.apache.poi.ddf.AbstractEscherOptRecord
addEscherProperty, fillFields, getAttributeMap, getEscherProperties, getEscherProperty, getRecordSize, lookup, removeEscherProperty, serialize, setEscherProperty, sortProperties
 
Methods inherited from class org.apache.poi.ddf.EscherRecord
clone, display, fillFields, getChild, getChildRecords, getInstance, getOptions, getRecordId, getVersion, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXml
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RECORD_ID

public static final short RECORD_ID
See Also:
Constant Field Values
Constructor Detail

EscherTertiaryOptRecord

public EscherTertiaryOptRecord()
Method Detail

getRecordName

public java.lang.String getRecordName()
Description copied from class: EscherRecord
Subclasses should return the short name for this escher record.

Specified by:
getRecordName in class EscherRecord
Returns:
the short name for this escher record