com.aspose.network
Class VCardPhotoType

java.lang.Object
  extended by com.aspose.network.VCardPhotoType

public final class VCardPhotoType
extends Object

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 MPEG_2
           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
 
Method Summary
static boolean isDefined(int value)
           
static String toString(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GIF

public static final int GIF

Graphics interchange format

See Also:
Constant Field Values

CGM

public static final int CGM

ISO computer graphics metafile

See Also:
Constant Field Values

WMF

public static final int WMF

MS windows metafile

See Also:
Constant Field Values

BMP

public static final int BMP

MS windows bitmap

See Also:
Constant Field Values

MET

public static final int MET

IBM pm metafile

See Also:
Constant Field Values

PMB

public static final int PMB

IBM pm bitmap

See Also:
Constant Field Values

DIB

public static final int DIB

MS windows dib

See Also:
Constant Field Values

PICT

public static final int PICT

Apple picture format

See Also:
Constant Field Values

TIFF

public static final int TIFF

Tagged image file format

See Also:
Constant Field Values

PS

public static final int PS

Adobe postscript format

See Also:
Constant Field Values

PDF

public static final int PDF

Adobe page description format

See Also:
Constant Field Values

JPEG

public static final int JPEG

Jpeg format

See Also:
Constant Field Values

MPEG

public static final int MPEG

Mpeg format

See Also:
Constant Field Values

MPEG_2

public static final int MPEG_2

MPEG v.2 format

See Also:
Constant Field Values

AVI

public static final int AVI

Intel avi format

See Also:
Constant Field Values

QTIME

public static final int QTIME

Apple quickTime format

See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)

toString

public static String toString(int value)


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