Package | Description |
---|---|
org.apache.poi.hslf | |
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
PictureData[] |
HSLFSlideShow.getPictures() |
Return array of pictures contained in this presentation
|
Modifier and Type | Method | Description |
---|---|---|
int |
HSLFSlideShow.addPicture(PictureData img) |
Add a new picture to this presentation.
|
Modifier and Type | Class | 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 | Method | Description |
---|---|---|
void |
BitmapPainter.paint(java.awt.Graphics2D graphics,
PictureData pict,
Picture parent) |
|
void |
ImagePainter.paint(java.awt.Graphics2D graphics,
PictureData pict,
Picture parent) |
Paints the specified picture data
|
Modifier and Type | Method | Description |
---|---|---|
PictureData |
Fill.getPictureData() |
PictureData object used in a texture, pattern of picture fill. |
PictureData |
Picture.getPictureData() |
Returns the picture data for this picture.
|
Modifier and Type | Method | Description |
---|---|---|
static PictureData |
PictureData.create(int type) |
Create an instance of
PictureData by type. |
PictureData[] |
SlideShow.getPictureData() |
Returns the data of all the pictures attached to the SlideShow
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.