Package | Description |
---|---|
org.zkoss.poi.hslf | |
org.zkoss.poi.hslf.blip | |
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
PictureData[] |
HSLFSlideShow.getPictures()
Return array of pictures contained in this presentation
|
Modifier and Type | Method and Description |
---|---|
int |
HSLFSlideShow.addPicture(PictureData img)
Add a new picture to this presentation.
|
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 | Method and Description |
---|---|
void |
ImagePainter.paint(java.awt.Graphics2D graphics,
PictureData pict,
Picture parent)
Paints the specified picture data
|
void |
BitmapPainter.paint(java.awt.Graphics2D graphics,
PictureData pict,
Picture parent) |
Modifier and Type | Method and Description |
---|---|
PictureData |
Picture.getPictureData()
Returns the picture data for this picture.
|
PictureData |
Fill.getPictureData()
PictureData object used in a texture, pattern of picture fill. |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.