| Modifier and Type | Method and Description |
|---|---|
FarEastFont |
PrintParams.getFarEastFontOpt() |
FarEastFont |
PrintUserParams.getFarEastFontOpt()
Gets the Far East Font setting.
|
static FarEastFont |
FarEastFont.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FarEastFont[] |
FarEastFont.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintParams.setFarEastFontOpt(FarEastFont value) |
void |
PrintUserParams.setFarEastFontOpt(FarEastFont farEastFontOpt)
Sets the Far East Font setting.
|