|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSLFPictureData | |
---|---|
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Uses of HSLFPictureData in org.apache.poi.hslf.blip |
---|
Subclasses of HSLFPictureData in org.apache.poi.hslf.blip | |
---|---|
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. |
Uses of HSLFPictureData in org.apache.poi.hslf.model |
---|
Constructors in org.apache.poi.hslf.model with parameters of type HSLFPictureData | |
---|---|
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 |
|
OLEShape(HSLFPictureData data)
Create a new OLEShape |
|
OLEShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new OLEShape |
Uses of HSLFPictureData in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return HSLFPictureData | |
---|---|
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 |
HSLFFill.getPictureData()
PictureData object used in a texture, pattern of picture fill. |
HSLFPictureData |
HSLFPictureShape.getPictureData()
|
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFPictureData | |
---|---|
java.util.List<HSLFPictureData> |
HSLFSlideShowImpl.getPictureData()
Return list of pictures contained in this presentation |
java.util.List<HSLFPictureData> |
HSLFSlideShow.getPictureData()
|
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFPictureData | |
---|---|
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. |
Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFPictureData | |
---|---|
HSLFPictureShape(HSLFPictureData data)
Create a new Picture |
|
HSLFPictureShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new Picture |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |