| Package | Description |
|---|---|
| com.github.beothorn.html.elements |
| Modifier and Type | Method and Description |
|---|---|
static Page.Header |
Page.Header.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.Header[] |
Page.Header.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DomElement |
Page.header(Page.Header header,
DomElement... childrenElements)
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
|
static DomElement |
Page.header(Page.Header header,
String title)
Heading elements implement six levels of document headings, <h1>
is the most important and <h6> is the least.
|
Copyright © 2016. All rights reserved.