Class WMF

    • 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()
        WMF signature is either 0x2160 or 0x2170
        Specified by:
        getSignature in class HSLFPictureData
      • setSignature

        public void setSignature​(int signature)
        Sets the WMF signature - either 0x2160 or 0x2170
        Specified by:
        setSignature in class HSLFPictureData