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 TypeClassDescriptionclass
Represents a bitmap picture data: JPEG or PNG.final class
Represents a DIB picture data in a PPT filefinal class
Represents EMF (Windows Enhanced Metafile) picture data.final class
Represents a JPEG picture data in a PPT fileclass
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT.final class
Represents Macintosh PICT picture data.final class
Represents a PNG picture data in a PPT filefinal class
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 PictureDataModifier and TypeClassDescriptionclass
A 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 TypeMethodDescriptionint
Resources.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 class
Instantiates 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)