Uses of Class
com.scroogexhtml.converter.FontSizeUnit
-
Packages that use FontSizeUnit Package Description com.scroogexhtml.converter Provides the main converter classes.com.scroogexhtml.css Provides classes for CSS. -
-
Uses of FontSizeUnit in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return FontSizeUnit Modifier and Type Method Description FontSizeUnit
ConversionConfiguration. getFontSizeUnit()
This property contains the font size unit.FontSizeUnit
ScroogeXHTMLBase. getFontSizeUnit()
static FontSizeUnit
FontSizeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static FontSizeUnit[]
FontSizeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.converter with parameters of type FontSizeUnit Modifier and Type Method Description void
ScroogeXHTMLBase. setFontSizeUnit(FontSizeUnit newValue)
Set the fontSizeUnit property. -
Uses of FontSizeUnit in com.scroogexhtml.css
Methods in com.scroogexhtml.css with parameters of type FontSizeUnit Modifier and Type Method Description static String
CssBuilder. getFontSizeStyle(int pt, FontSizeUnit fontSizeUnit)
Returns the font size style value.
-