|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PictureData | |
|---|---|
| org.apache.poi.hslf.blip | |
| org.apache.poi.hslf.usermodel | |
| org.apache.poi.sl.usermodel | |
| org.apache.poi.xslf.usermodel | |
| Uses of PictureData in org.apache.poi.hslf.blip |
|---|
| Classes in org.apache.poi.hslf.blip that implement PictureData | |
|---|---|
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 PictureData in org.apache.poi.hslf.usermodel |
|---|
| Classes in org.apache.poi.hslf.usermodel that implement PictureData | |
|---|---|
class |
HSLFPictureData
A class that represents image data contained in a slide show. |
| Methods in org.apache.poi.hslf.usermodel with parameters of type PictureData | |
|---|---|
HSLFPictureShape |
HSLFGroupShape.createPicture(PictureData pictureData)
|
HSLFPictureShape |
HSLFSheet.createPicture(PictureData pictureData)
|
HSLFPictureShape |
HSLFShapeContainer.createPicture(PictureData pictureData)
|
| Uses of PictureData in org.apache.poi.sl.usermodel |
|---|
| Methods in org.apache.poi.sl.usermodel that return PictureData | |
|---|---|
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 |
PictureData |
PictureShape.getPictureData()
Returns the picture data for this picture. |
PictureData[] |
Resources.getPictureData()
|
| Methods in org.apache.poi.sl.usermodel that return types with arguments of type PictureData | |
|---|---|
java.util.List<? extends PictureData> |
SlideShow.getPictureData()
Returns all Pictures of this slideshow. |
| Methods in org.apache.poi.sl.usermodel with parameters of type PictureData | |
|---|---|
int |
Resources.addPictureData(PictureData pict)
|
PictureShape<S,P> |
ShapeContainer.createPicture(PictureData pictureData)
create a picture belonging to this container |
| Uses of PictureData in org.apache.poi.xslf.usermodel |
|---|
| Classes in org.apache.poi.xslf.usermodel that implement PictureData | |
|---|---|
class |
XSLFPictureData
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type |
| Methods in org.apache.poi.xslf.usermodel with parameters of type PictureData | |
|---|---|
XSLFPictureShape |
XSLFGroupShape.createPicture(PictureData pictureData)
|
XSLFPictureShape |
XSLFShapeContainer.createPicture(PictureData pictureData)
|
XSLFPictureShape |
XSLFSheet.createPicture(PictureData pictureData)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||