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 classBitmapRepresents a bitmap picture data: JPEG or PNG.classDIBRepresents a DIB picture data in a PPT fileclassEMFRepresents EMF (Windows Enhanced Metafile) picture data.classJPEGRepresents a JPEG picture data in a PPT fileclassMetafileRepresents a metafile picture which can be one of the following types: EMF, WMF, or PICT.classPICTRepresents Macintosh PICT picture data.classPNGRepresents a PNG picture data in a PPT fileclassWMFRepresents 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 newPictureMovieShape(int movieIdx, HSLFPictureData pictureData)Create a newPictureMovieShape(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 HSLFPictureDataHSLFSlideShow. addPicture(byte[] data, PictureData.PictureType format)HSLFPictureDataHSLFSlideShow. addPicture(File pict, PictureData.PictureType format)Adds a picture to the presentation.HSLFPictureDataHSLFSlideShow. addPicture(InputStream is, PictureData.PictureType format)Adds a picture to the presentation.static HSLFPictureDataHSLFPictureData. create(PictureData.PictureType type)Deprecated.UseHSLFSlideShow.addPicture(byte[], org.apache.poi.sl.usermodel.PictureData.PictureType)or one of its overloads to create newHSLFPictureData.HSLFPictureDataHSLFSlideShow. findPictureData(byte[] pictureData)check if a picture with this picture data already exists in this presentationHSLFPictureDataHSLFFill. getPictureData()PictureDataobject used in a texture, pattern of picture fill.HSLFPictureDataHSLFPictureShape. getPictureData()Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFPictureData Modifier and Type Method Description List<HSLFPictureData>HSLFSlideShow. getPictureData()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 intHSLFSlideShowImpl. addPicture(HSLFPictureData img)Add a new picture to this presentation.voidHSLFFill. 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 newOLEShapeHSLFObjectShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a newOLEShapeHSLFPictureShape(HSLFPictureData data)Create a newPictureHSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a newPicture
-