Uses of Interface
org.apache.poi.sl.usermodel.PictureData
Packages that use PictureData
Package
Description
-
Uses of PictureData in org.apache.poi.hslf.blip
Classes in org.apache.poi.hslf.blip that implement PictureDataModifier 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 PictureData in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PictureDataModifier and TypeClassDescriptionclassA class that represents image data contained in a slide show.Methods in org.apache.poi.hslf.usermodel with parameters of type PictureDataModifier and TypeMethodDescriptionHSLFGroupShape.createOleShape(PictureData pictureData) HSLFShapeContainer.createOleShape(PictureData pictureData) HSLFSheet.createOleShape(PictureData pictureData) HSLFGroupShape.createPicture(PictureData pictureData) HSLFShapeContainer.createPicture(PictureData pictureData) HSLFSheet.createPicture(PictureData pictureData) -
Uses of PictureData in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PictureDataModifier and TypeMethodDescriptionSlideShow.addPicture(byte[] pictureData, PictureData.PictureType format) Adds a picture to the presentation.SlideShow.addPicture(File pict, PictureData.PictureType format) Adds a picture to the presentation.SlideShow.addPicture(InputStream is, PictureData.PictureType format) Adds a picture to the presentation.SlideShow.findPictureData(byte[] pictureData) check if a picture with this picture data already exists in this presentationObjectShape.getPictureData()Returns the picture data for this picture.PictureShape.getPictureData()Returns the picture data for this picture.Resources.getPictureData()Methods in org.apache.poi.sl.usermodel that return types with arguments of type PictureDataModifier and TypeMethodDescriptionList<? extends PictureData>SlideShow.getPictureData()Returns all Pictures of this slideshow.Methods in org.apache.poi.sl.usermodel with parameters of type PictureDataModifier and TypeMethodDescriptionintResources.addPictureData(PictureData pict) ObjectShape<?,?> ShapeContainer.createOleShape(PictureData pictureData) Create a new OLE object shape with the given pictureData as preview imageShapeContainer.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 PictureDataModifier and TypeClassDescriptionfinal classInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xslf.usermodel with parameters of type PictureDataModifier and TypeMethodDescriptionXSLFGroupShape.createOleShape(PictureData pictureData) XSLFSheet.createOleShape(PictureData pictureData) XSLFGroupShape.createPicture(PictureData pictureData) XSLFShapeContainer.createPicture(PictureData pictureData) XSLFSheet.createPicture(PictureData pictureData)