org.odftoolkit.odfdom.dom.attribute.style
public static enum StyleFamilyAttribute.Value extends Enum<StyleFamilyAttribute.Value>
Enum Constant and Description |
---|
CHART |
DRAWING_PAGE |
GRAPHIC |
PARAGRAPH |
PRESENTATION |
RUBY |
SECTION |
TABLE |
TABLE_CELL |
TABLE_COLUMN |
TABLE_ROW |
TEXT |
Modifier and Type | Method and Description |
---|---|
static StyleFamilyAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleFamilyAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleFamilyAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleFamilyAttribute.Value CHART
public static final StyleFamilyAttribute.Value DRAWING_PAGE
public static final StyleFamilyAttribute.Value GRAPHIC
public static final StyleFamilyAttribute.Value PARAGRAPH
public static final StyleFamilyAttribute.Value PRESENTATION
public static final StyleFamilyAttribute.Value RUBY
public static final StyleFamilyAttribute.Value SECTION
public static final StyleFamilyAttribute.Value TABLE
public static final StyleFamilyAttribute.Value TABLE_CELL
public static final StyleFamilyAttribute.Value TABLE_COLUMN
public static final StyleFamilyAttribute.Value TABLE_ROW
public static final StyleFamilyAttribute.Value TEXT
public static StyleFamilyAttribute.Value[] values()
for (StyleFamilyAttribute.Value c : StyleFamilyAttribute.Value.values()) System.out.println(c);
public static StyleFamilyAttribute.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<StyleFamilyAttribute.Value>
public static StyleFamilyAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.