| Package | Description | 
|---|---|
| org.apache.poi.xslf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
| XSLFPictureData | XMLSlideShow. addPicture(byte[] pictureData,
          PictureData.PictureType format)Adds a picture to the workbook. | 
| XSLFPictureData | XMLSlideShow. addPicture(java.io.File pict,
          PictureData.PictureType format)Adds a picture to the presentation. | 
| XSLFPictureData | XMLSlideShow. addPicture(java.io.InputStream is,
          PictureData.PictureType format)Adds a picture to the slideshow. | 
| XSLFPictureData | XMLSlideShow. findPictureData(byte[] pictureData)check if a picture with this picture data already exists in this presentation | 
| XSLFPictureData | XSLFPictureShape. getPictureData()Return the data on the (internal) picture. | 
| XSLFPictureData | XSLFObjectShape. getPictureData()Return the data on the (internal) picture. | 
| XSLFPictureData | XSLFPictureShape. getSvgImage() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<XSLFPictureData> | XMLSlideShow. getPictureData() | 
| Modifier and Type | Method and Description | 
|---|---|
| static XSLFPictureShape | XSLFPictureShape. addSvgImage(XSLFSheet sheet,
           XSLFPictureData svgPic,
           PictureData.PictureType previewType,
           java.awt.geom.Rectangle2D anchor)Convenience method for adding SVG images, which generates the preview image | 
| void | XSLFPictureShape. setSvgImage(XSLFPictureData svgPic)Add a SVG image reference | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.