java.lang.Object
com.aspose.cells.ImageType
public class ImageType
- extends java.lang.Object
Utility class containing constants.
Specifies the type (format) of an image.
Field Summary |
static final int | UNKNOWN | |
An unknown image type.
|
static final int | EMF | |
Windows Enhanced Metafile.
|
static final int | WMF | |
Windows Metafile.
|
static final int | PICT | |
Macintosh PICT.
|
static final int | JPEG | |
JPEG JFIF.
|
static final int | PNG | |
Portable Network Graphics.
|
static final int | BMP | |
Windows Bitmap
|
static final int | GIF | |
Gif
|
static final int | TIFF | |
Tiff
|
static final int | SVG | |
Svg
|
static final int | SVM | |
Svm
|
static final int | GLTF | |
glTF
|
static final int | OFFICE_COMPATIBLE_EMF | |
Windows Enhanced Metafile which is more compatible with Office.
|
static final int | WEB_P | |
Weppy image format
|
UNKNOWN | |
public static final int UNKNOWN |
-
An unknown image type.
EMF | |
public static final int EMF |
-
Windows Enhanced Metafile.
WMF | |
public static final int WMF |
-
Windows Metafile.
PICT | |
public static final int PICT |
-
Macintosh PICT.
JPEG | |
public static final int JPEG |
-
JPEG JFIF.
PNG | |
public static final int PNG |
-
Portable Network Graphics.
BMP | |
public static final int BMP |
-
Windows Bitmap
GIF | |
public static final int GIF |
-
Gif
TIFF | |
public static final int TIFF |
-
Tiff
SVG | |
public static final int SVG |
-
Svg
SVM | |
public static final int SVM |
-
Svm
GLTF | |
public static final int GLTF |
-
glTF
OFFICE_COMPATIBLE_EMF | |
public static final int OFFICE_COMPATIBLE_EMF |
-
Windows Enhanced Metafile which is more compatible with Office.
WEB_P | |
public static final int WEB_P |
-
Weppy image format
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.