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 java.lang.String
PicturesManager. savePicture(byte[] content, PictureType pictureType, java.lang.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 PictureType
PictureType. findMatchingType(byte[] pictureContent)
PictureType
Picture. suggestPictureType()
static PictureType
PictureType. valueOf(java.lang.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.
-