|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.VCardPhotoType
public final class VCardPhotoType
Enumerates vCard photo type
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
AVI
Intel avi format |
static int |
BMP
MS windows bitmap |
static int |
CGM
ISO computer graphics metafile |
static int |
DIB
MS windows dib |
static int |
GIF
Graphics interchange format |
static int |
JPEG
Jpeg format |
static int |
MET
IBM pm metafile |
static int |
MPEG
Mpeg format |
static int |
MPEG2
MPEG v.2 format |
static int |
PDF
Adobe page description format |
static int |
PICT
Apple picture format |
static int |
PMB
IBM pm bitmap |
static int |
PS
Adobe postscript format |
static int |
QTIME
Apple quickTime format |
static int |
TIFF
Tagged image file format |
static int |
WMF
MS windows metafile |
Constructor Summary | |
---|---|
VCardPhotoType()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GIF
Graphics interchange format
public static final int CGM
ISO computer graphics metafile
public static final int WMF
MS windows metafile
public static final int BMP
MS windows bitmap
public static final int MET
IBM pm metafile
public static final int PMB
IBM pm bitmap
public static final int DIB
MS windows dib
public static final int PICT
Apple picture format
public static final int TIFF
Tagged image file format
public static final int PS
Adobe postscript format
public static final int PDF
Adobe page description format
public static final int JPEG
Jpeg format
public static final int MPEG
Mpeg format
public static final int MPEG2
MPEG v.2 format
public static final int AVI
Intel avi format
public static final int QTIME
Apple quickTime format
Constructor Detail |
---|
public VCardPhotoType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |