com.aspose.email
Class VCardPhotoType

java.lang.Object
  extended by com.aspose.email.BaseEnum<VCardPhotoType>
      extended by com.aspose.email.VCardPhotoType

public final class VCardPhotoType
extends BaseEnum<VCardPhotoType>

Enumerates vCard photo type


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
static VCardPhotoType AVI
           
static VCardPhotoType BMP
           
static VCardPhotoType CGM
           
static VCardPhotoType DIB
           
static VCardPhotoType GIF
           
static VCardPhotoType JPEG
           
static VCardPhotoType MET
           
static VCardPhotoType MPEG
           
static VCardPhotoType MPEG2
           
static VCardPhotoType PDF
           
static VCardPhotoType PICT
           
static VCardPhotoType PMB
           
static VCardPhotoType PS
           
static VCardPhotoType QTIME
           
static VCardPhotoType TIFF
           
static VCardPhotoType WMF
           
 
Method Summary
 
Methods inherited from class com.aspose.email.BaseEnum
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_GIF

public static final int _GIF

Graphics interchange format

See Also:
Constant Field Values

GIF

public static final VCardPhotoType GIF

_CGM

public static final int _CGM

ISO computer graphics metafile

See Also:
Constant Field Values

CGM

public static final VCardPhotoType CGM

_WMF

public static final int _WMF

MS windows metafile

See Also:
Constant Field Values

WMF

public static final VCardPhotoType WMF

_BMP

public static final int _BMP

MS windows bitmap

See Also:
Constant Field Values

BMP

public static final VCardPhotoType BMP

_MET

public static final int _MET

IBM pm metafile

See Also:
Constant Field Values

MET

public static final VCardPhotoType MET

_PMB

public static final int _PMB

IBM pm bitmap

See Also:
Constant Field Values

PMB

public static final VCardPhotoType PMB

_DIB

public static final int _DIB

MS windows dib

See Also:
Constant Field Values

DIB

public static final VCardPhotoType DIB

_PICT

public static final int _PICT

Apple picture format

See Also:
Constant Field Values

PICT

public static final VCardPhotoType PICT

_TIFF

public static final int _TIFF

Tagged image file format

See Also:
Constant Field Values

TIFF

public static final VCardPhotoType TIFF

_PS

public static final int _PS

Adobe postscript format

See Also:
Constant Field Values

PS

public static final VCardPhotoType PS

_PDF

public static final int _PDF

Adobe page description format

See Also:
Constant Field Values

PDF

public static final VCardPhotoType PDF

_JPEG

public static final int _JPEG

Jpeg format

See Also:
Constant Field Values

JPEG

public static final VCardPhotoType JPEG

_MPEG

public static final int _MPEG

Mpeg format

See Also:
Constant Field Values

MPEG

public static final VCardPhotoType MPEG

_MPEG2

public static final int _MPEG2

MPEG v.2 format

See Also:
Constant Field Values

MPEG2

public static final VCardPhotoType MPEG2

_AVI

public static final int _AVI

Intel avi format

See Also:
Constant Field Values

AVI

public static final VCardPhotoType AVI

_QTIME

public static final int _QTIME

Apple quickTime format

See Also:
Constant Field Values

QTIME

public static final VCardPhotoType QTIME


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.