public class ImageConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
CONVERT_TO
Defines the types for converting rtf supported image types
|
static java.lang.String |
EMF_EXT
EMF file extension
|
static java.lang.String |
GIF_EXT
GIF file extension
|
static int |
I_EMF |
static int |
I_GIF |
static int |
I_JPG |
static int |
I_JPG_C |
static int |
I_NOT_SUPPORTED
Defines the case, if image is not supported
|
static int |
I_PNG |
static int |
I_TO_CONVERT_BASIS |
static java.lang.String |
JPEG_EXT
JPEG file extension
|
static java.lang.String |
JPG_EXT
JPG file extension
|
static java.lang.String |
PNG_EXT
PNG file extension
|
static java.lang.String[] |
RTF_TAGS
Defines the RTF properties
|
static java.util.Hashtable |
SUPPORTED_IMAGE_TYPES
Defines the file extensions and the RTF property belongs to
|
public static int I_NOT_SUPPORTED
public static int I_EMF
public static int I_PNG
public static int I_JPG
public static java.lang.String[] RTF_TAGS
public static int I_TO_CONVERT_BASIS
public static int I_GIF
public static int I_JPG_C
public static int[] CONVERT_TO
public static java.lang.String EMF_EXT
public static java.lang.String PNG_EXT
public static java.lang.String JPG_EXT
public static java.lang.String JPEG_EXT
public static java.lang.String GIF_EXT
public static java.util.Hashtable SUPPORTED_IMAGE_TYPES