public static enum EdbDoc.ATT extends Enum<EdbDoc.ATT>
Enum Constant and Description |
---|
BackgroundColor |
CellAlign |
ColSpan |
DML |
ForegroundColor |
HeaderCell |
HyperReference |
ItemLabel |
ListingType |
NoWrap |
RowSpan |
Source |
Special |
TableAlign |
TableWidth |
TextAlign |
TextDecoration |
TextShape |
TextSize |
TextWeight |
Modifier and Type | Method and Description |
---|---|
static EdbDoc.ATT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdbDoc.ATT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdbDoc.ATT ForegroundColor
public static final EdbDoc.ATT BackgroundColor
public static final EdbDoc.ATT HyperReference
public static final EdbDoc.ATT HeaderCell
public static final EdbDoc.ATT ListingType
public static final EdbDoc.ATT ItemLabel
public static final EdbDoc.ATT Source
public static final EdbDoc.ATT ColSpan
public static final EdbDoc.ATT RowSpan
public static final EdbDoc.ATT DML
public static final EdbDoc.ATT TextWeight
public static final EdbDoc.ATT TextShape
public static final EdbDoc.ATT TextDecoration
public static final EdbDoc.ATT TextSize
public static final EdbDoc.ATT TextAlign
public static final EdbDoc.ATT TableAlign
public static final EdbDoc.ATT CellAlign
public static final EdbDoc.ATT NoWrap
public static final EdbDoc.ATT TableWidth
public static final EdbDoc.ATT Special
public static EdbDoc.ATT[] values()
for (EdbDoc.ATT c : EdbDoc.ATT.values()) System.out.println(c);
public static EdbDoc.ATT 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025