public enum ZplFontTypeEnum extends java.lang.Enum<ZplFontTypeEnum>
0=Vector font (downloadable font),Other resident fonts:A~G,1~9 0=矢量字体(下载的字体),其他常驻字体:A~G ,1~9
Enum Constant and Description |
---|
FONT_1 |
FONT_2 |
FONT_3 |
FONT_4 |
FONT_5 |
FONT_6 |
FONT_7 |
FONT_8 |
FONT_9 |
FONT_A |
FONT_B |
FONT_C |
FONT_D |
FONT_DOWNLOAD_FONT |
FONT_E |
FONT_F |
FONT_G |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
void |
setValue(java.lang.String value) |
static ZplFontTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZplFontTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZplFontTypeEnum FONT_A
public static final ZplFontTypeEnum FONT_B
public static final ZplFontTypeEnum FONT_C
public static final ZplFontTypeEnum FONT_D
public static final ZplFontTypeEnum FONT_E
public static final ZplFontTypeEnum FONT_F
public static final ZplFontTypeEnum FONT_G
public static final ZplFontTypeEnum FONT_DOWNLOAD_FONT
public static final ZplFontTypeEnum FONT_1
public static final ZplFontTypeEnum FONT_2
public static final ZplFontTypeEnum FONT_3
public static final ZplFontTypeEnum FONT_4
public static final ZplFontTypeEnum FONT_5
public static final ZplFontTypeEnum FONT_6
public static final ZplFontTypeEnum FONT_7
public static final ZplFontTypeEnum FONT_8
public static final ZplFontTypeEnum FONT_9
public static ZplFontTypeEnum[] values()
for (ZplFontTypeEnum c : ZplFontTypeEnum.values()) System.out.println(c);
public static ZplFontTypeEnum 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 nullpublic java.lang.String getValue()
public void setValue(java.lang.String value)