Uses of Enum
com.scroogexhtml.css.LengthUnit
Packages that use LengthUnit
Package
Description
Provides the conversion configuration classes.
Provides the main converter classes.
Provides classes for CSS.
-
Uses of LengthUnit in com.scroogexhtml.configuration
Methods in com.scroogexhtml.configuration that return LengthUnitModifier and TypeMethodDescriptionCharPropConfiguration.getFontSizeUnit()
TablePropConfiguration.getTableWidthUnit()
Retrieves the unit used for table and column widths in the configuration.Methods in com.scroogexhtml.configuration with parameters of type LengthUnitModifier and TypeMethodDescriptionvoid
CharPropConfiguration.setFontSizeUnit
(LengthUnit newValue) Sets the font size unit to the specified value.void
TablePropConfiguration.setTableWidthUnit
(LengthUnit tableWidthUnit) Sets the unit for specifying the table and column widths in the configuration. -
Uses of LengthUnit in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return LengthUnitModifier and TypeMethodDescriptionConversionConfiguration.getFontSizeUnit()
This property contains the font size unit.ScroogeXHTMLBase.getFontSizeUnit()
-
Uses of LengthUnit in com.scroogexhtml.css
Methods in com.scroogexhtml.css that return LengthUnitModifier and TypeMethodDescriptionstatic LengthUnit
Returns the enum constant of this type with the specified name.static LengthUnit[]
LengthUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.css with parameters of type LengthUnitModifier and TypeMethodDescriptionstatic String
LengthUnitUtil.convertFontSize
(int halfPoints, LengthUnit lengthUnit) static String
CssBuilder.getFontSizeStyle
(int halfPoints, LengthUnit lengthUnit) Returns the font size style value.