Class 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 Details

    • RECORD_ID

      public static final short RECORD_ID
  • Constructor Details

    • EscherTertiaryOptRecord

      public EscherTertiaryOptRecord()
    • EscherTertiaryOptRecord

      public EscherTertiaryOptRecord(EscherTertiaryOptRecord other)
  • Method Details

    • getRecordName

      public 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
    • getGenericRecordType

      public Enum getGenericRecordType()
    • copy

      public EscherTertiaryOptRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class EscherRecord