com.aspose.pdf.elements
Class ImageFileType

java.lang.Object
  extended by com.aspose.pdf.elements.ImageFileType

public class ImageFileType
extends java.lang.Object

Enumerates the image file types.


Field Summary
static ImageFileType Bmp
          Bmp type.
static ImageFileType Ccitt
          Ccitt type.
static ImageFileType Emf
          Emf type.
static ImageFileType Exif
          Exif type.
static ImageFileType Gif
          Gif type.
static ImageFileType Icon
          Icon type.
static ImageFileType Jpeg
          Jpeg type.
static ImageFileType MemoryBmp
          MemoryBmp type.
static ImageFileType Png
          Png type.
static ImageFileType Tiff
          Tiff type.
static ImageFileType Unknown
          Unknown type.
static ImageFileType Wmf
          Wmf type.
 
Method Summary
static ImageFileType getImageFileType(java.lang.String imageFileType)
          Get the correspond ImageFileType from it's String representation
 java.lang.String toString()
          Get the String representation of ImageFileType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Ccitt

public static final ImageFileType Ccitt
Ccitt type.


Gif

public static final ImageFileType Gif
Gif type.


Jpeg

public static final ImageFileType Jpeg
Jpeg type.


Png

public static final ImageFileType Png
Png type.


Tiff

public static final ImageFileType Tiff
Tiff type.


Bmp

public static final ImageFileType Bmp
Bmp type.


Emf

public static final ImageFileType Emf
Emf type.


Exif

public static final ImageFileType Exif
Exif type.


Icon

public static final ImageFileType Icon
Icon type.


Wmf

public static final ImageFileType Wmf
Wmf type.


MemoryBmp

public static final ImageFileType MemoryBmp
MemoryBmp type.


Unknown

public static final ImageFileType Unknown
Unknown type.

Method Detail

toString

public java.lang.String toString()
Get the String representation of ImageFileType

Overrides:
toString in class java.lang.Object

getImageFileType

public static ImageFileType getImageFileType(java.lang.String imageFileType)
Get the correspond ImageFileType from it's String representation

Parameters:
imageFileType - the ImageFileType's String value
Returns:
ImageFileType