public static enum Font.SelectionStrategy extends java.lang.Enum<Font.SelectionStrategy>
Enum Constant and Description |
---|
AUTO
Font-selection-strategy constant indicating "auto".
|
CHARACTER_BY_CHARACTER
Font-selection-strategy constant indicating "character-by-character".
|
Modifier and Type | Method and Description |
---|---|
static Font.SelectionStrategy |
parseFo(java.lang.String input,
boolean lowerCaseOnly)
Parses XSL-FO String input into an instance of
Font.SelectionStrategy . |
static Font.SelectionStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.SelectionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Font.SelectionStrategy CHARACTER_BY_CHARACTER
public static final Font.SelectionStrategy AUTO
public static Font.SelectionStrategy[] values()
for (Font.SelectionStrategy c : Font.SelectionStrategy.values()) System.out.println(c);
public static Font.SelectionStrategy 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 Font.SelectionStrategy parseFo(java.lang.String input, boolean lowerCaseOnly)
Font.SelectionStrategy
.input
- The XSL-FO-style String to be converted.lowerCaseOnly
- Set to true to insist that all input values be
lowercase.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.