public enum LetterheadVerticalAlignment extends Enum<LetterheadVerticalAlignment>
| Enum Constant and Description |
|---|
Bottom
Enumeration : Bottom
|
Middle
Enumeration : Middle
|
None
Enumeration : None
|
Top
Enumeration : Top
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LetterheadVerticalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LetterheadVerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LetterheadVerticalAlignment None
public static final LetterheadVerticalAlignment Top
public static final LetterheadVerticalAlignment Middle
public static final LetterheadVerticalAlignment Bottom
public static LetterheadVerticalAlignment[] values()
for (LetterheadVerticalAlignment c : LetterheadVerticalAlignment.values()) System.out.println(c);
public static LetterheadVerticalAlignment 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 String toString()
toString in class Enum<LetterheadVerticalAlignment>Copyright © 2015. All Rights Reserved.