| Package | Description |
|---|---|
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
PictureData |
SlideShow.addPicture(byte[] pictureData,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(InputStream is,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.findPictureData(byte[] pictureData)
check if a picture with this picture data already exists in this presentation
|
default PictureData |
PictureShape.getAlternativePictureData()
Returns an alternative picture data, e.g.
|
PictureData |
ObjectShape.getPictureData()
Returns the picture data for this picture.
|
PictureData |
PictureShape.getPictureData()
Returns the picture data for this picture.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PictureData> |
SlideShow.getPictureData()
Returns all Pictures of this slideshow.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectShape<?,?> |
ShapeContainer.createOleShape(PictureData pictureData)
Create a new OLE object shape with the given pictureData as preview image
|
PictureShape<S,P> |
ShapeContainer.createPicture(PictureData pictureData)
create a picture belonging to this container
|