Uses of Class
org.apache.poi.xslf.usermodel.XSLFPictureData

Packages that use XSLFPictureData
org.apache.poi.xslf.usermodel   
 

Uses of XSLFPictureData in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFPictureData
 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.
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFPictureData
 java.util.List<XSLFPictureData> XMLSlideShow.getPictureData()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.