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 Bitmap
static final intGIF
           Gif
static final intTIFF
           Tiff
static final intSVG
           Svg
static final intSVM
           Svm
static final intGLTF
           glTF
static final intOFFICE_COMPATIBLE_EMF
           Windows Enhanced Metafile which is more compatible with Office.
static final intWEB_P
           Weppy image format
 

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 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.