Class EMF

    • Method Detail

      • getData

        public byte[] getData()
      • formatImageForSlideshow

        protected byte[] formatImageForSlideshow​(byte[] data)
        Description copied from class: HSLFPictureData
        Formats the picture data for storage in the slideshow.

        Images stored in HSLFSlideShows are represented differently than when they are standalone files. The exact formatting differs for each image type.

        Specified by:
        formatImageForSlideshow in class HSLFPictureData
        Parameters:
        data - Original image data. If these bytes were written to a disk, a common image viewer would be able to render the image.
        Returns:
        Formatted image representation.
      • getSignature

        public int getSignature()
        EMF signature is 0x3D40 or 0x3D50
        Specified by:
        getSignature in class HSLFPictureData
        Returns:
        EMF signature (0x3D40 or 0x3D50)
      • setSignature

        public void setSignature​(int signature)
        Sets the EMF signature - either 0x3D40 or 0x3D50
        Specified by:
        setSignature in class HSLFPictureData