public final class ImageType
extends java.lang.Object
ImageData.getImageType()| Modifier and Type | Field and Description |
|---|---|
static int |
BMP
Windows Bitmap.
|
static int |
EMF
Windows Enhanced Metafile.
|
static int |
JPEG
JPEG JFIF.
|
static int |
length |
static int |
NO_IMAGE
The is no image data.
|
static int |
PICT
Macintosh PICT.
|
static int |
PNG
Portable Network Graphics.
|
static int |
UNKNOWN
An unknown image type or image type that cannot be directly stored inside a Microsoft Word document.
|
static int |
WMF
Windows Metafile.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String imageTypeName) |
static java.lang.String |
getName(int imageType) |
static int[] |
getValues() |
static java.lang.String |
toString(int imageType) |
public static final int NO_IMAGE
public static final int UNKNOWN
public static final int EMF
public static final int WMF
public static final int PICT
public static final int JPEG
public static final int PNG
public static final int BMP
public static final int length