Uses of Class
org.apache.poi.xslf.usermodel.XSLFPictureData
-
Packages that use XSLFPictureData Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFPictureData in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFPictureData Modifier and Type Method 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 presentationXSLFPictureData
XSLFObjectShape. getPictureData()
Return the data on the (internal) picture.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 Modifier and Type Method Description java.util.List<XSLFPictureData>
XMLSlideShow. getPictureData()
-