Uses of Class
net.sf.jasperreports.export.type.HtmlSizeUnitEnum
-
Packages that use HtmlSizeUnitEnum Package Description net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.export.type Providesenumtypes used by the exporter classes. -
-
Uses of HtmlSizeUnitEnum in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return HtmlSizeUnitEnum Modifier and Type Method Description HtmlSizeUnitEnumHtmlReportConfiguration. getSizeUnit()Returns a String value specifying the unit to use when measuring lengths or font size.HtmlSizeUnitEnumSimpleHtmlReportConfiguration. getSizeUnit()Methods in net.sf.jasperreports.export with parameters of type HtmlSizeUnitEnum Modifier and Type Method Description voidSimpleHtmlReportConfiguration. setSizeUnit(HtmlSizeUnitEnum sizeUnit) -
Uses of HtmlSizeUnitEnum in net.sf.jasperreports.export.type
Methods in net.sf.jasperreports.export.type that return HtmlSizeUnitEnum Modifier and Type Method Description static HtmlSizeUnitEnumHtmlSizeUnitEnum. getByName(String name)static HtmlSizeUnitEnumHtmlSizeUnitEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static HtmlSizeUnitEnum[]HtmlSizeUnitEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-