Uses of Class
org.apache.poi.sl.usermodel.PictureData.PictureType
-
Packages that use PictureData.PictureType Package Description org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.org.apache.poi.sl.usermodel -
-
Uses of PictureData.PictureType in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return PictureData.PictureType Modifier and Type Method Description PictureData.PictureTypeEscherBSERecord. getPictureTypeMacOS()PictureData.PictureTypeEscherBSERecord. getPictureTypeWin32() -
Uses of PictureData.PictureType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PictureData.PictureType Modifier and Type Method Description static PictureData.PictureTypePictureData.PictureType. forNativeID(int nativeId)static PictureData.PictureTypePictureData.PictureType. forOoxmlID(int ooxmlId)PictureData.PictureTypePictureData. getType()static PictureData.PictureTypePictureData.PictureType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PictureData.PictureType[]PictureData.PictureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type PictureData.PictureType Modifier and Type Method Description PictureDataSlideShow. addPicture(byte[] pictureData, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. addPicture(java.io.File pict, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. addPicture(java.io.InputStream is, PictureData.PictureType format)Adds a picture to the presentation.
-