Package | Description |
---|---|
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.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.
|
Constructor and Description |
---|
ActiveXShape(int movieIdx,
HSLFPictureData pictureData)
Create a new
Picture |
MovieShape(int movieIdx,
HSLFPictureData pictureData)
Create a new
Picture |
MovieShape(int movieIdx,
HSLFPictureData pictureData,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
Modifier and Type | Method and Description |
---|---|
HSLFPictureData |
HSLFSlideShow.addPicture(byte[] data,
PictureData.PictureType format) |
HSLFPictureData |
HSLFSlideShow.addPicture(java.io.File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
HSLFPictureData |
HSLFSlideShow.addPicture(java.io.InputStream is,
PictureData.PictureType format)
Adds a picture to the presentation.
|
static HSLFPictureData |
HSLFPictureData.create(PictureData.PictureType type)
Create an instance of
PictureData by type. |
HSLFPictureData |
HSLFSlideShow.findPictureData(byte[] pictureData)
check if a picture with this picture data already exists in this presentation
|
HSLFPictureData |
HSLFPictureShape.getPictureData() |
HSLFPictureData |
HSLFFill.getPictureData()
PictureData object used in a texture, pattern of picture fill. |
Modifier and Type | Method and Description |
---|---|
java.util.List<HSLFPictureData> |
HSLFSlideShowImpl.getPictureData()
Return list of pictures contained in this presentation
|
java.util.List<HSLFPictureData> |
HSLFSlideShow.getPictureData() |
Modifier and Type | Method and Description |
---|---|
int |
HSLFSlideShowImpl.addPicture(HSLFPictureData img)
Add a new picture to this presentation.
|
void |
HSLFFill.setPictureData(HSLFPictureData data)
Assign picture used to fill the underlying shape.
|
Constructor and Description |
---|
HSLFObjectShape(HSLFPictureData data)
Create a new
OLEShape |
HSLFObjectShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
OLEShape |
HSLFPictureShape(HSLFPictureData data)
Create a new
Picture |
HSLFPictureShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.