Uses of Class
org.apache.poi.hwpf.usermodel.PictureType

Packages that use PictureType
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
 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
 

Fields in org.apache.poi.hwpf.usermodel declared as PictureType
static PictureType PictureType.BMP
           
static PictureType PictureType.EMF
           
static PictureType PictureType.GIF
           
static PictureType PictureType.JPEG
           
static PictureType PictureType.PICT
           
static PictureType PictureType.PNG
           
static PictureType PictureType.TIFF
           
static PictureType PictureType.UNKNOWN
           
static PictureType[] PictureType.values
           
static PictureType PictureType.WMF
           
 

Methods in org.apache.poi.hwpf.usermodel that return PictureType
static PictureType PictureType.findMatchingType(byte[] pictureContent)
           
 PictureType Picture.suggestPictureType()