Class HSSFObjectData

  • All Implemented Interfaces:
    ObjectData, Picture, Shape, SimpleShape

    public final class HSSFObjectData
    extends HSSFPicture
    implements ObjectData
    Represents binary object (i.e. OLE) data stored in the file. Eg. A GIF, JPEG etc...

    Right now, 13, july, 2012 can not be created from scratch

    • Method Detail

      • getObjectData

        public byte[] getObjectData()
        Specified by:
        getObjectData in interface ObjectData
        Returns:
        the data portion, for an ObjectData that doesn't have an associated POIFS Directory Entry
      • hasDirectoryEntry

        public boolean hasDirectoryEntry()
        Specified by:
        hasDirectoryEntry in interface ObjectData
        Returns:
        does this ObjectData have an associated POIFS Directory Entry? (Not all do, those that don't have a data portion)