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(File pict, PictureData.PictureType format)Adds a picture to the presentation.XSLFPictureDataXMLSlideShow. addPicture(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.XSLFPictureDataXSLFPictureShape. getSvgImage()Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFPictureData Modifier and Type Method Description List<XSLFPictureData>XMLSlideShow. getPictureData()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFPictureData Modifier and Type Method Description static XSLFPictureShapeXSLFPictureShape. addSvgImage(XSLFSheet sheet, XSLFPictureData svgPic, PictureData.PictureType previewType, Rectangle2D anchor)Convenience method for adding SVG images, which generates the preview imagevoidXSLFPictureShape. setSvgImage(XSLFPictureData svgPic)Add a SVG image reference
-