Uses of Class
com.lowagie.text.html.FontSize
-
Packages that use FontSize Package Description com.lowagie.text.html -
-
Uses of FontSize in com.lowagie.text.html
Methods in com.lowagie.text.html that return FontSize Modifier and Type Method Description static FontSize
FontSize. parse(java.lang.String text)
static FontSize
FontSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontSize[]
FontSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-