Enum Class StyleFamily
- All Implemented Interfaces:
Serializable,Comparable<StyleFamily>,Constable
Specifies the family of a style.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFamily name of styles for table cells.Family name of styles for charts.Family name of styles for table columns.Family name of styles for control.Family name of styles for default.Family name of styles for drawing pages.Family name of styles for graphic elements.None.Family name of styles for paragraphs.Family name of styles for presentations.Family name of styles for table rows.Family name of styles for ruby text.Family name of styles for sections.Family name of styles for tables.Family name of styles for table page.Family name of styles for text. -
Method Summary
Modifier and TypeMethodDescriptionstatic StyleFamilyReturns the enum constant of this class with the specified name.static StyleFamily[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARAGRAPH
Family name of styles for paragraphs. -
TEXT
Family name of styles for text. -
SECTION
Family name of styles for sections. -
TABLE
Family name of styles for tables. -
COLUMN
Family name of styles for table columns. -
ROW
Family name of styles for table rows. -
CELL
Family name of styles for table cells. -
TABLE_PAGE
Family name of styles for table page. -
CHART
Family name of styles for charts. -
DEFAULT
Family name of styles for default. -
DRAWING_PAGE
Family name of styles for drawing pages. -
GRAPHIC
Family name of styles for graphic elements. -
PRESENTATION
Family name of styles for presentations. -
CONTROL
Family name of styles for control. -
RUBY
Family name of styles for ruby text. -
NONE
None.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-