com.aspose.cells
Class ImageType

java.lang.Object
    extended by 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 intUNKNOWN
           An unknown image type.
static final intEMF
           Windows Enhanced Metafile.
static final intWMF
           Windows Metafile.
static final intPICT
           Macintosh PICT.
static final intJPEG
           JPEG JFIF.
static final intPNG
           Portable Network Graphics.
static final intBMP
           Windows Bitmam
static final intGIF
           Gif
static final intTIFF
           Tiff
static final intSVG
           Svg
static final intSVM
           Svm
static final intGLTF
           glTF
 

Field Detail

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 Bitmam

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.