|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.FileFormat
public final class FileFormat
One of supported imaging file formats.
Field Summary | |
---|---|
static long |
Bmp
Bmp file format. |
static long |
Custom
Custom file format. |
static long |
Gif
Gif file format. |
static long |
Jpeg
Jpeg file format. |
static long |
Png
Png file format. |
static long |
Psd
Psd file format. |
static long |
Tiff
Tiff file format. |
static long |
Undefined
Undefined file format. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long Bmp
Bmp file format.
public static final long Custom
Custom file format.
public static final long Gif
Gif file format.
public static final long Jpeg
Jpeg file format.
public static final long Png
Png file format.
public static final long Psd
Psd file format.
public static final long Tiff
Tiff file format.
public static final long Undefined
Undefined file format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |