Package | Description |
---|---|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
Modifier and Type | Field and Description |
---|---|
private HtmlLayout.FontSize |
HtmlLayout.Builder.fontSize |
Modifier and Type | Method and Description |
---|---|
static HtmlLayout.FontSize |
HtmlLayout.FontSize.getFontSize(java.lang.String size) |
HtmlLayout.FontSize |
HtmlLayout.FontSize.larger() |
static HtmlLayout.FontSize |
HtmlLayout.FontSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlLayout.FontSize[] |
HtmlLayout.FontSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HtmlLayout.Builder |
HtmlLayout.Builder.withFontSize(HtmlLayout.FontSize fontSize) |