|
java.lang.Object
com.aspose.words.ImageType
public class ImageType - extends java.lang.Object
Utility class containing constants.
Specifies the type (format) of an image in a Microsoft Word document.
- See Also:
- ImageData.ImageType
|
Field Summary |
static final int | NO_IMAGE | |
|
The is no image data.
|
static final int | UNKNOWN | |
|
An unknown image type or image type that cannot be directly stored inside a Microsoft Word document.
|
static final int | EMF | |
|
Windows Enhanced Metafile.
|
static final int | WMF | |
|
Windows Metafile.
|
static final int | PICT | |
|
Macintosh PICT. An existing image will be preserved in a document, but inserting new
PICT images into a document is not supported.
|
static final int | JPEG | |
|
JPEG JFIF.
|
static final int | PNG | |
|
Portable Network Graphics.
|
static final int | BMP | |
|
Windows Bitmap.
|
NO_IMAGE | |
public static final int NO_IMAGE |
-
The is no image data.
UNKNOWN | |
public static final int UNKNOWN |
-
An unknown image type or image type that cannot be directly stored inside a Microsoft Word document.
EMF | |
public static final int EMF |
-
Windows Enhanced Metafile.
WMF | |
public static final int WMF |
-
Windows Metafile.
PICT | |
public static final int PICT |
-
Macintosh PICT. An existing image will be preserved in a document, but inserting new
PICT images into a document is not supported.
JPEG | |
public static final int JPEG |
-
JPEG JFIF.
PNG | |
public static final int PNG |
-
Portable Network Graphics.
BMP | |
public static final int BMP |
-
Windows Bitmap.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|