Class XSSFPictureData

java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.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 Details

    • RELATIONS

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

    • XSSFPictureData

      protected XSSFPictureData()
      Create a new XSSFPictureData node
      See Also:
    • 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
  • Method Details