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