public enum FarEastFont extends java.lang.Enum<FarEastFont>
| Enum Constant and Description |
|---|
DOWNLOAD_ALL
Download all CJK fonts to the printer.
|
DOWNLOAD_NONE
Download only embedded fonts to the printer.
|
PRINT_AS_IMAGE
GDI/QuickDraw on PS option.
|
| Modifier and Type | Method and Description |
|---|---|
static FarEastFont |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FarEastFont[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FarEastFont DOWNLOAD_ALL
public static final FarEastFont DOWNLOAD_NONE
public static final FarEastFont PRINT_AS_IMAGE
public static FarEastFont[] values()
for (FarEastFont c : FarEastFont.values()) System.out.println(c);
public static FarEastFont valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null