Uses of Class
org.apache.poi.hslf.usermodel.HSLFPictureData
Packages that use HSLFPictureData
Package
Description
-
Uses of HSLFPictureData in org.apache.poi.hslf.blip
Subclasses of HSLFPictureData in org.apache.poi.hslf.blipModifier and TypeClassDescriptionclassRepresents a bitmap picture data: JPEG or PNG.final classRepresents a DIB picture data in a PPT filefinal classRepresents EMF (Windows Enhanced Metafile) picture data.final classRepresents a JPEG picture data in a PPT fileclassRepresents a metafile picture which can be one of the following types: EMF, WMF, or PICT.final classRepresents Macintosh PICT picture data.final classRepresents a PNG picture data in a PPT filefinal classRepresents 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 HSLFPictureDataModifierConstructorDescriptionActiveXShape(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 HSLFPictureDataModifier and TypeMethodDescriptionHSLFSlideShow.addPicture(byte[] data, PictureData.PictureType format) HSLFSlideShow.addPicture(File pict, PictureData.PictureType format) Adds a picture to the presentation.HSLFSlideShow.addPicture(InputStream is, PictureData.PictureType format) Adds a picture to the presentation.static HSLFPictureDataHSLFPictureData.create(PictureData.PictureType type) Create an instance ofPictureDataby type.HSLFSlideShow.findPictureData(byte[] pictureData) check if a picture with this picture data already exists in this presentationHSLFFill.getPictureData()PictureDataobject used in a texture, pattern of picture fill.HSLFPictureShape.getPictureData()Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFPictureDataModifier and TypeMethodDescriptionHSLFSlideShow.getPictureData()HSLFSlideShowImpl.getPictureData()Return list of pictures contained in this presentationMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFPictureDataModifier and TypeMethodDescriptionintHSLFSlideShowImpl.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 HSLFPictureDataModifierConstructorDescriptionCreate a newOLEShapeHSLFObjectShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShapeCreate a newPictureHSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPicture