Uses of Enum Class
org.apache.poi.hwpf.usermodel.PictureType
Packages that use PictureType
-
Uses of PictureType in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type PictureTypeModifier and TypeMethodDescriptionPicturesManager.savePicture(byte[] content, PictureType pictureType, String suggestedName, float widthInches, float heightInches) Stores image (probably on disk). -
Uses of PictureType in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return PictureTypeModifier and TypeMethodDescriptionstatic PictureTypePictureType.findMatchingType(byte[] pictureContent) Picture.suggestPictureType()static PictureTypeReturns the enum constant of this class with the specified name.static PictureType[]PictureType.values()Returns an array containing the constants of this enum class, in the order they are declared.