Package org.apache.poi.ddf
Class EscherTertiaryOptRecord
- java.lang.Object
-
- org.apache.poi.ddf.EscherRecord
-
- org.apache.poi.ddf.AbstractEscherOptRecord
-
- org.apache.poi.ddf.EscherTertiaryOptRecord
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
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
Fields Modifier and Type Field Description static short
RECORD_ID
-
Constructor Summary
Constructors Constructor Description EscherTertiaryOptRecord()
EscherTertiaryOptRecord(EscherTertiaryOptRecord other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EscherTertiaryOptRecord
copy()
Enum
getGenericRecordType()
String
getRecordName()
Subclasses should return the short name for this escher record.-
Methods inherited from class org.apache.poi.ddf.AbstractEscherOptRecord
addEscherProperty, fillFields, getEscherProperties, getEscherProperty, getGenericProperties, getRecordSize, lookup, lookup, removeEscherProperty, serialize, setEscherProperty, sortProperties
-
Methods inherited from class org.apache.poi.ddf.EscherRecord
display, fillFields, getChild, getChildRecords, getGenericChildren, getInstance, getOptions, getRecordId, getVersion, isContainerRecord, readHeader, readInstance, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXml
-
-
-
-
Constructor Detail
-
EscherTertiaryOptRecord
public EscherTertiaryOptRecord()
-
EscherTertiaryOptRecord
public EscherTertiaryOptRecord(EscherTertiaryOptRecord other)
-
-
Method Detail
-
getRecordName
public String getRecordName()
Description copied from class:EscherRecord
Subclasses should return the short name for this escher record.- Specified by:
getRecordName
in classEscherRecord
- Returns:
- the short name for this escher record
-
getGenericRecordType
public Enum getGenericRecordType()
-
copy
public EscherTertiaryOptRecord copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classEscherRecord
- Returns:
- a deep copy of the implementing class / instance
-
-