ASPOSE home

com.aspose.words
Class ImageType

java.lang.Object
    extended by 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 intNO_IMAGE
           The is no image data.
static final intUNKNOWN
           An unknown image type.
static final intEMF
           Windows Enhanced Metafile.
static final intWMF
           Windows Metafile.
static final intPICT
           Macintosh PICT. An existing image will be preserved in a document, but inserting new PICT images into a document is not supported.
static final intJPEG
           JPEG JFIF.
static final intPNG
           Portable Network Graphics.
static final intBMP
           Windows Bitmap.
 

Field Detail

NO_IMAGE

public static final int NO_IMAGE
The is no image data.

UNKNOWN

public static final int UNKNOWN
An unknown image type.

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home