Uses of Class
org.apache.poi.xslf.usermodel.XSLFPictureData
Packages that use XSLFPictureData
-
Uses of XSLFPictureData in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFPictureDataModifier and TypeMethodDescriptionXMLSlideShow.addPicture
(byte[] pictureData, PictureData.PictureType format) Adds a picture to the workbook.XMLSlideShow.addPicture
(File pict, PictureData.PictureType format) Adds a picture to the presentation.XMLSlideShow.addPicture
(InputStream is, PictureData.PictureType format) Adds a picture to the slideshow.XMLSlideShow.findPictureData
(byte[] pictureData) check if a picture with this picture data already exists in this presentationXSLFObjectShape.getPictureData()
Return the data on the (internal) picture.XSLFPictureShape.getPictureData()
Return the data on the (internal) picture.Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFPictureData