Class XSSFPictureData

  • All Implemented Interfaces:
    PictureData

    public class XSSFPictureData
    extends POIXMLDocumentPart
    implements PictureData
    Raw picture data, normally attached to a SpreadsheetML Drawing. As a rule, pictures are stored in the /xl/media/ part of a SpreadsheetML package.
    • Field Detail

      • RELATIONS

        protected static final POIXMLRelation[] RELATIONS
        Relationships for each known picture type
    • Constructor Detail

      • XSSFPictureData

        protected XSSFPictureData​(PackagePart part)
        Construct XSSFPictureData from a package part
        Parameters:
        part - the package part holding the drawing data,
        Since:
        POI 3.14-Beta1