Uses of Enum Class
org.apache.poi.sl.usermodel.PictureData.PictureType
Packages that use PictureData.PictureType
Package
Description
-
Uses of PictureData.PictureType in org.apache.poi.hslf.blip
Methods in org.apache.poi.hslf.blip that return PictureData.PictureType -
Uses of PictureData.PictureType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type PictureData.PictureTypeModifier 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. -
Uses of PictureData.PictureType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PictureData.PictureTypeModifier and TypeMethodDescriptionstatic PictureData.PictureType
PictureData.PictureType.forNativeID
(int nativeId) static PictureData.PictureType
PictureData.PictureType.forOoxmlID
(int ooxmlId) PictureData.getType()
static PictureData.PictureType
Returns the enum constant of this class with the specified name.static PictureData.PictureType[]
PictureData.PictureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type PictureData.PictureTypeModifier 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. -
Uses of PictureData.PictureType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return PictureData.PictureTypeMethods in org.apache.poi.xslf.usermodel with parameters of type PictureData.PictureTypeModifier and TypeMethodDescriptionXMLSlideShow.addPicture
(byte[] pictureData, PictureData.PictureType format) Adds a picture to the workbook.XMLSlideShow.addPicture
(File pict, PictureData.PictureType format) Adds a picture to the presentation.XMLSlideShow.addPicture
(InputStream is, PictureData.PictureType format) Adds a picture to the slideshow.