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 XSLFPictureDataXMLSlideShow. addPicture(byte[] pictureData, PictureData.PictureType format)Adds a picture to the workbook.XSLFPictureDataXMLSlideShow. addPicture(java.io.File pict, PictureData.PictureType format)Adds a picture to the presentation.XSLFPictureDataXMLSlideShow. addPicture(java.io.InputStream is, PictureData.PictureType format)Adds a picture to the slideshow.XSLFPictureDataXMLSlideShow. findPictureData(byte[] pictureData)check if a picture with this picture data already exists in this presentationXSLFPictureDataXSLFObjectShape. getPictureData()Return the data on the (internal) picture.XSLFPictureDataXSLFPictureShape. 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()
-