Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and 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 presentation
|
XSLFPictureData |
XSLFPictureShape.getPictureData()
Return the data on the (internal) picture.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFPictureData> |
XMLSlideShow.getPictureData() |
Modifier and Type | Method and Description |
---|---|
boolean |
XSLFImageRenderer.drawImage(java.awt.Graphics2D graphics,
XSLFPictureData data,
java.awt.geom.Rectangle2D anchor)
Render picture data into the supplied graphics
|
boolean |
XSLFImageRenderer.drawImage(java.awt.Graphics2D graphics,
XSLFPictureData data,
java.awt.geom.Rectangle2D anchor,
java.awt.Insets clip)
Render picture data into the supplied graphics
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.