Package | Description |
---|---|
org.apache.poi.hwpf.converter | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PicturesManager.savePicture(byte[] content,
PictureType pictureType,
java.lang.String suggestedName,
float widthInches,
float heightInches)
Stores image (probably on disk).
|
Modifier and Type | Method and 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.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.