Uses of Class
org.apache.poi.common.usermodel.PictureType
-
Packages that use PictureType Package Description org.apache.poi.common.usermodel -
-
Uses of PictureType in org.apache.poi.common.usermodel
Methods in org.apache.poi.common.usermodel that return PictureType Modifier and Type Method Description static PictureTypePictureType. findByOoxmlId(int ooxmlId)static PictureTypePictureType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PictureTypePictureType. valueOf(FileMagic fm)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.
-