|
com.aspose.pdf.elements
Class ImageFileType
java.lang.Object
com.aspose.pdf.elements.ImageFileType
public class ImageFileType - extends java.lang.Object
Enumerates the image file types.
|
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 |
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.
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
|