public static enum TableLayoutModeAttribute.Value extends Enum<TableLayoutModeAttribute.Value>
Enum Constant and Description |
---|
OUTLINE_SUBTOTALS_BOTTOM |
OUTLINE_SUBTOTALS_TOP |
TABULAR_LAYOUT |
Modifier and Type | Method and Description |
---|---|
static TableLayoutModeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TableLayoutModeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableLayoutModeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableLayoutModeAttribute.Value OUTLINE_SUBTOTALS_BOTTOM
public static final TableLayoutModeAttribute.Value OUTLINE_SUBTOTALS_TOP
public static final TableLayoutModeAttribute.Value TABULAR_LAYOUT
public static TableLayoutModeAttribute.Value[] values()
for (TableLayoutModeAttribute.Value c : TableLayoutModeAttribute.Value.values()) System.out.println(c);
public static TableLayoutModeAttribute.Value 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<TableLayoutModeAttribute.Value>
public static TableLayoutModeAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.