Uses of Class
org.apache.logging.log4j.core.layout.HtmlLayout.FontSize
-
Packages that use HtmlLayout.FontSize Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of HtmlLayout.FontSize in org.apache.logging.log4j.core.layout
Fields in org.apache.logging.log4j.core.layout declared as HtmlLayout.FontSize Modifier and Type Field Description private HtmlLayout.FontSizeHtmlLayout.Builder. fontSizeMethods in org.apache.logging.log4j.core.layout that return HtmlLayout.FontSize Modifier and Type Method Description static HtmlLayout.FontSizeHtmlLayout.FontSize. getFontSize(java.lang.String size)HtmlLayout.FontSizeHtmlLayout.FontSize. larger()static HtmlLayout.FontSizeHtmlLayout.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.Methods in org.apache.logging.log4j.core.layout with parameters of type HtmlLayout.FontSize Modifier and Type Method Description HtmlLayout.BuilderHtmlLayout.Builder. withFontSize(HtmlLayout.FontSize fontSize)
-