public interface HtmlConfig
| Modifier and Type | Method and Description |
|---|---|
CharSequence[] |
getCssLinks()
Css ling with required order
|
int |
getFirstLevel()
Level of th root
|
Charset |
getCharset()
Charset
|
String |
getIndentationSpace()
New line
|
Optional<CharSequence> |
getLanguage()
Get language of the HTML page
|
CharSequence |
getTitle()
Html title
|
boolean |
isDom()
Use a DOM model
|
boolean |
isNiceFormat()
Nice format or the HTML result
|
@Nonnull CharSequence getTitle()
Optional<CharSequence> getLanguage()
boolean isNiceFormat()
int getFirstLevel()
String getIndentationSpace()
boolean isDom()
@Nonnull CharSequence[] getCssLinks()
Copyright 2015, Pavel Ponec