| Package | Description |
|---|---|
| org.apache.poi.common.usermodel |
| Modifier and Type | Method and Description |
|---|---|
static PictureType |
PictureType.findByOoxmlId(int ooxmlId) |
static PictureType |
PictureType.valueOf(FileMagic fm) |
static PictureType |
PictureType.valueOf(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.
|