Class FtCfSubRecord

java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.FtCfSubRecord
All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class FtCfSubRecord extends SubRecord
The FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.
  • Field Details

    • sid

      public static final short sid
      See Also:
    • length

      public static final short length
      See Also:
    • METAFILE_BIT

      public static final short METAFILE_BIT
      Specifies the format of the picture is an enhanced metafile.
      See Also:
    • BITMAP_BIT

      public static final short BITMAP_BIT
      Specifies the format of the picture is a bitmap.
      See Also:
    • UNSPECIFIED_BIT

      public static final short UNSPECIFIED_BIT
      Specifies the picture is in an unspecified format that is neither and enhanced metafile nor a bitmap.
      See Also:
  • Constructor Details

    • FtCfSubRecord

      public FtCfSubRecord()
      Construct a new FtPioGrbitSubRecord and fill its data with the default values
    • FtCfSubRecord

      public FtCfSubRecord(FtCfSubRecord other)
    • FtCfSubRecord

      public FtCfSubRecord(LittleEndianInput in, int size)
  • Method Details