Uses of Class
org.apache.poi.hslf.usermodel.HSLFPictureData
-
Packages that use HSLFPictureData Package Description 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 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 fileclass
EMF
Represents EMF (Windows Enhanced Metafile) picture data.class
JPEG
Represents a JPEG picture data in a PPT fileclass
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 fileclass
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 Constructor Description ActiveXShape(int movieIdx, HSLFPictureData pictureData)
Create a newPicture
MovieShape(int movieIdx, HSLFPictureData pictureData)
Create a newPicture
MovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a newPicture
-
Uses of HSLFPictureData in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFPictureData Modifier and Type Method 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 ofPictureData
by type.HSLFPictureData
HSLFSlideShow. findPictureData(byte[] pictureData)
check if a picture with this picture data already exists in this presentationHSLFPictureData
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 Modifier and Type Method Description java.util.List<HSLFPictureData>
HSLFSlideShow. getPictureData()
java.util.List<HSLFPictureData>
HSLFSlideShowImpl. getPictureData()
Return list of pictures contained in this presentationMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFPictureData Modifier and Type Method 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.Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFPictureData Constructor Description HSLFObjectShape(HSLFPictureData data)
Create a newOLEShape
HSLFObjectShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a newOLEShape
HSLFPictureShape(HSLFPictureData data)
Create a newPicture
HSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a newPicture
-