Uses of Class
org.apache.poi.hwpf.usermodel.PictureType
-
Packages that use PictureType Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of PictureType in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type PictureType Modifier and Type Method Description StringPicturesManager. 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 PictureType Modifier and Type Method Description static PictureTypePictureType. findMatchingType(byte[] pictureContent)PictureTypePicture. suggestPictureType()static PictureTypePictureType. valueOf(String name)Returns the enum constant of this type with the specified name.static PictureType[]PictureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-