public static enum Options.SuppressFontAttributeValues extends java.lang.Enum<Options.SuppressFontAttributeValues>
| Enum Constant and Description |
|---|
SUPPRESSCOLOR
Suppresses specifying the color of text.
|
SUPPRESSFACE
Prevents the technology from requesting a specific font name for
text.
|
SUPPRESSSIZE
Turns off any character-sizing information supported in the
output flavor.
|
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static Options.SuppressFontAttributeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.SuppressFontAttributeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.SuppressFontAttributeValues SUPPRESSSIZE
public static final Options.SuppressFontAttributeValues SUPPRESSCOLOR
public static final Options.SuppressFontAttributeValues SUPPRESSFACE
public static Options.SuppressFontAttributeValues[] values()
for (Options.SuppressFontAttributeValues c : Options.SuppressFontAttributeValues.values()) System.out.println(c);
public static Options.SuppressFontAttributeValues 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