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 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 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 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 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 HSLFPictureData
HSLFPictureData.create
(PictureData.PictureType type) Create an instance ofPictureData
by type.HSLFSlideShow.findPictureData
(byte[] pictureData) check if a picture with this picture data already exists in this presentationHSLFFill.getPictureData()
PictureData
object 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 TypeMethodDescriptionint
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 HSLFPictureDataModifierConstructorDescriptionCreate a newOLEShape
HSLFObjectShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShape
Create a newPicture
HSLFPictureShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPicture