|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |