| 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  | BitmapRepresents a bitmap picture data:  JPEG or PNG. | 
| class  | DIBRepresents a DIB picture data in a PPT file | 
| class  | EMFRepresents EMF (Windows Enhanced Metafile) picture data. | 
| class  | JPEGRepresents a JPEG picture data in a PPT file | 
| class  | MetafileRepresents a metafile picture which can be one of the following types: EMF, WMF, or PICT. | 
| class  | PICTRepresents Macintosh PICT picture data. | 
| class  | PNGRepresents a PNG picture data in a PPT file | 
| class  | WMFRepresents a WMF (Windows Metafile) picture data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSLFPictureDataA class that represents image data contained in a slide show. | 
| Modifier and Type | Method and Description | 
|---|---|
| HSLFObjectShape | HSLFSheet. createOleShape(PictureData pictureData) | 
| HSLFObjectShape | HSLFGroupShape. createOleShape(PictureData pictureData) | 
| HSLFObjectShape | HSLFShapeContainer. createOleShape(PictureData pictureData) | 
| HSLFPictureShape | HSLFSheet. createPicture(PictureData pictureData) | 
| HSLFPictureShape | HSLFGroupShape. 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 | 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 | 
|---|---|
| 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  | XSLFPictureDataInstantiates 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 | XSLFGroupShape. createOleShape(PictureData pictureData) | 
| XSLFObjectShape | XSLFSheet. createOleShape(PictureData pictureData) | 
| XSLFPictureShape | XSLFGroupShape. createPicture(PictureData pictureData) | 
| XSLFPictureShape | XSLFShapeContainer. createPicture(PictureData pictureData) | 
| XSLFPictureShape | XSLFSheet. createPicture(PictureData pictureData) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.