public static enum TitlePageIndicator.LinePosition extends Enum<TitlePageIndicator.LinePosition>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static TitlePageIndicator.LinePosition |
fromValue(int value) |
static TitlePageIndicator.LinePosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitlePageIndicator.LinePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitlePageIndicator.LinePosition Bottom
public static final TitlePageIndicator.LinePosition Top
public static TitlePageIndicator.LinePosition[] values()
for (TitlePageIndicator.LinePosition c : TitlePageIndicator.LinePosition.values()) System.out.println(c);
public static TitlePageIndicator.LinePosition 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 nullpublic static TitlePageIndicator.LinePosition fromValue(int value)
Copyright © 2016. All rights reserved.