public static enum HtmlElement.DisplayStyle extends Enum<HtmlElement.DisplayStyle>
Enum Constant and Description |
---|
BLOCK
block.
|
CONTENTS
contents.
|
EMPTY
Empty string.
|
INLINE
inline.
|
INLINE_BLOCK
inline-block.
|
LIST_ITEM
list-item.
|
NONE
none.
|
RUBY
ruby.
|
RUBY_BASE
ruby-base.
|
RUBY_TEXT
ruby-text-container.
|
RUBY_TEXT_CONTAINER
ruby-text-container.
|
TABLE
table.
|
TABLE_CAPTION
table-caption.
|
TABLE_CELL
table-cell.
|
TABLE_COLUMN
table-column.
|
TABLE_COLUMN_GROUP
table-column-group.
|
TABLE_FOOTER_GROUP
table-footer-group.
|
TABLE_HEADER_GROUP
table-header-group.
|
TABLE_ROW
table-row.
|
TABLE_ROW_GROUP
table-row-group.
|
Modifier and Type | Method and Description |
---|---|
String |
value()
The string used from js.
|
static HtmlElement.DisplayStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlElement.DisplayStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlElement.DisplayStyle EMPTY
public static final HtmlElement.DisplayStyle NONE
public static final HtmlElement.DisplayStyle BLOCK
public static final HtmlElement.DisplayStyle CONTENTS
public static final HtmlElement.DisplayStyle INLINE
public static final HtmlElement.DisplayStyle INLINE_BLOCK
public static final HtmlElement.DisplayStyle LIST_ITEM
public static final HtmlElement.DisplayStyle TABLE
public static final HtmlElement.DisplayStyle TABLE_CELL
public static final HtmlElement.DisplayStyle TABLE_COLUMN
public static final HtmlElement.DisplayStyle TABLE_COLUMN_GROUP
public static final HtmlElement.DisplayStyle TABLE_ROW
public static final HtmlElement.DisplayStyle TABLE_ROW_GROUP
public static final HtmlElement.DisplayStyle TABLE_HEADER_GROUP
public static final HtmlElement.DisplayStyle TABLE_FOOTER_GROUP
public static final HtmlElement.DisplayStyle TABLE_CAPTION
public static final HtmlElement.DisplayStyle RUBY
public static final HtmlElement.DisplayStyle RUBY_BASE
public static final HtmlElement.DisplayStyle RUBY_TEXT
public static final HtmlElement.DisplayStyle RUBY_TEXT_CONTAINER
public static HtmlElement.DisplayStyle[] values()
for (HtmlElement.DisplayStyle c : HtmlElement.DisplayStyle.values()) System.out.println(c);
public static HtmlElement.DisplayStyle 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 value()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.