|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in org.apache.poi.hwpf.usermodel that return PictureType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||