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:
org.apache.poi.common.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 shortRECORD_ID
-
Constructor Summary
Constructors Constructor Description EscherTertiaryOptRecord()EscherTertiaryOptRecord(EscherTertiaryOptRecord other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EscherTertiaryOptRecordcopy()java.lang.EnumgetGenericRecordType()java.lang.StringgetRecordName()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, getChild, getChildRecords, getGenericChildren, getInstance, getOptions, getRecordId, getVersion, isContainerRecord, serialize, serialize, setChildRecords, setInstance, setOptions, setRecordId, setVersion, toString, toXml, toXml
-
-
-
-
Constructor Detail
-
EscherTertiaryOptRecord
public EscherTertiaryOptRecord()
-
EscherTertiaryOptRecord
public EscherTertiaryOptRecord(EscherTertiaryOptRecord other)
-
-
Method Detail
-
getRecordName
public java.lang.String getRecordName()
Description copied from class:EscherRecordSubclasses should return the short name for this escher record.- Specified by:
getRecordNamein classEscherRecord- Returns:
- the short name for this escher record
-
getGenericRecordType
public java.lang.Enum getGenericRecordType()
-
copy
public EscherTertiaryOptRecord copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classEscherRecord
-
-