public static enum FNC_FontControl.FNC_FontUseFlag extends java.lang.Enum<FNC_FontControl.FNC_FontUseFlag>
| Enum Constant and Description |
|---|
ExtensionFont |
MICRPrinting |
RetiredDoNotShiftBaseLineOffset |
UniformRasterPatternSize |
| Modifier and Type | Method and Description |
|---|---|
static byte |
toByte(java.util.EnumSet<FNC_FontControl.FNC_FontUseFlag> fontUseFlags) |
static java.util.EnumSet<FNC_FontControl.FNC_FontUseFlag> |
valueOf(byte fontUseFlagByte) |
static FNC_FontControl.FNC_FontUseFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FNC_FontControl.FNC_FontUseFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNC_FontControl.FNC_FontUseFlag MICRPrinting
public static final FNC_FontControl.FNC_FontUseFlag ExtensionFont
public static final FNC_FontControl.FNC_FontUseFlag RetiredDoNotShiftBaseLineOffset
public static final FNC_FontControl.FNC_FontUseFlag UniformRasterPatternSize
public static FNC_FontControl.FNC_FontUseFlag[] values()
for (FNC_FontControl.FNC_FontUseFlag c : FNC_FontControl.FNC_FontUseFlag.values()) System.out.println(c);
public static FNC_FontControl.FNC_FontUseFlag 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 static java.util.EnumSet<FNC_FontControl.FNC_FontUseFlag> valueOf(byte fontUseFlagByte)
public static byte toByte(java.util.EnumSet<FNC_FontControl.FNC_FontUseFlag> fontUseFlags)