Class PICT

    • 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()
        PICT signature is 0x5420 or 0x5430
        Specified by:
        getSignature in class HSLFPictureData
        Returns:
        PICT signature (0x5420 or 0x5430)
      • setSignature

        public void setSignature​(int signature)
        Sets the PICT signature - either 0x5420 or 0x5430
        Specified by:
        setSignature in class HSLFPictureData