public static enum RunFontSelector.RunFontActionType extends Enum<RunFontSelector.RunFontActionType>
| Modifier and Type | Method and Description |
|---|---|
static RunFontSelector.RunFontActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunFontSelector.RunFontActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunFontSelector.RunFontActionType XSL_FO
public static final RunFontSelector.RunFontActionType XHTML
public static final RunFontSelector.RunFontActionType DISCOVERY
public static RunFontSelector.RunFontActionType[] values()
for (RunFontSelector.RunFontActionType c : RunFontSelector.RunFontActionType.values()) System.out.println(c);
public static RunFontSelector.RunFontActionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007-2022. All Rights Reserved.