public enum TDAlignType extends Enum<TDAlignType>
| Enum Constant and Description |
|---|
CENTER |
JUSTIFY
Deprecated.
|
LEFT |
NONE |
RIGHT |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static TDAlignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAlignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAlignType NONE
public static final TDAlignType LEFT
public static final TDAlignType RIGHT
public static final TDAlignType CENTER
@Deprecated public static final TDAlignType JUSTIFY
public static TDAlignType[] values()
for (TDAlignType c : TDAlignType.values()) System.out.println(c);
public static TDAlignType 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 getCode()
Copyright © 2017 etc.to. All rights reserved.