Package | Description |
---|---|
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
Bitmap
Represents a bitmap picture data: JPEG or PNG.
|
class |
DIB
Represents a DIB picture data in a PPT file
|
class |
EMF
Represents EMF (Windows Enhanced Metafile) picture data.
|
class |
JPEG
Represents a JPEG picture data in a PPT file
|
class |
Metafile
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT.
|
class |
PICT
Represents Macintosh PICT picture data.
|
class |
PNG
Represents a PNG picture data in a PPT file
|
class |
WMF
Represents a WMF (Windows Metafile) picture data.
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFPictureData
A class that represents image data contained in a slide show.
|
Modifier and Type | Method and Description |
---|---|
HSLFObjectShape |
HSLFGroupShape.createOleShape(PictureData pictureData) |
HSLFObjectShape |
HSLFSheet.createOleShape(PictureData pictureData) |
HSLFObjectShape |
HSLFShapeContainer.createOleShape(PictureData pictureData) |
HSLFPictureShape |
HSLFGroupShape.createPicture(PictureData pictureData) |
HSLFPictureShape |
HSLFSheet.createPicture(PictureData pictureData) |
HSLFPictureShape |
HSLFShapeContainer.createPicture(PictureData pictureData) |
Modifier and Type | Method and Description |
---|---|
PictureData |
SlideShow.addPicture(byte[] pictureData,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(java.io.File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(java.io.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 |
PictureShape.getPictureData()
Returns the picture data for this picture.
|
PictureData |
ObjectShape.getPictureData()
Returns the picture data for this picture.
|
Modifier and Type | Method and Description |
---|---|
java.util.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
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFPictureData
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
|
Modifier and Type | Method and Description |
---|---|
PictureData |
XSLFPictureShape.getAlternativePictureData() |
Modifier and Type | Method and Description |
---|---|
XSLFObjectShape |
XSLFSheet.createOleShape(PictureData pictureData) |
XSLFObjectShape |
XSLFGroupShape.createOleShape(PictureData pictureData) |
XSLFPictureShape |
XSLFShapeContainer.createPicture(PictureData pictureData) |
XSLFPictureShape |
XSLFSheet.createPicture(PictureData pictureData) |
XSLFPictureShape |
XSLFGroupShape.createPicture(PictureData pictureData) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.