public static enum DependentSpacingRule.Anchor extends java.lang.Enum<DependentSpacingRule.Anchor>
| Enum Constant and Description |
|---|
MAX_LINE_FEEDS |
MIN_LINE_FEEDS |
| Modifier and Type | Method and Description |
|---|---|
static DependentSpacingRule.Anchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependentSpacingRule.Anchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependentSpacingRule.Anchor MIN_LINE_FEEDS
public static final DependentSpacingRule.Anchor MAX_LINE_FEEDS
public static DependentSpacingRule.Anchor[] values()
for (DependentSpacingRule.Anchor c : DependentSpacingRule.Anchor.values()) System.out.println(c);
public static DependentSpacingRule.Anchor 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