Uses of Class
com.logicaldoc.util.log4j.LDHtmlLayout.FontSize
-
Packages that use LDHtmlLayout.FontSize Package Description com.logicaldoc.util.log4j -
-
Uses of LDHtmlLayout.FontSize in com.logicaldoc.util.log4j
Methods in com.logicaldoc.util.log4j that return LDHtmlLayout.FontSize Modifier and Type Method Description static LDHtmlLayout.FontSize
LDHtmlLayout.FontSize. getFontSize(String size)
LDHtmlLayout.FontSize
LDHtmlLayout.FontSize. larger()
static LDHtmlLayout.FontSize
LDHtmlLayout.FontSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static LDHtmlLayout.FontSize[]
LDHtmlLayout.FontSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.logicaldoc.util.log4j with parameters of type LDHtmlLayout.FontSize Modifier and Type Method Description LDHtmlLayout.Builder
LDHtmlLayout.Builder. withFontSize(LDHtmlLayout.FontSize fontSize)
-