| Package | Description |
|---|---|
| net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
| net.sf.jasperreports.export.type |
Provides
enum types used by the exporter classes. |
| Modifier and Type | Method and Description |
|---|---|
HtmlSizeUnitEnum |
HtmlReportConfiguration.getSizeUnit()
Returns a String value specifying the unit to use when measuring lengths or font size.
|
HtmlSizeUnitEnum |
SimpleHtmlReportConfiguration.getSizeUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleHtmlReportConfiguration.setSizeUnit(HtmlSizeUnitEnum sizeUnit) |
| Modifier and Type | Method and Description |
|---|---|
static HtmlSizeUnitEnum |
HtmlSizeUnitEnum.getByName(String name) |
static HtmlSizeUnitEnum |
HtmlSizeUnitEnum.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.
|
Copyright © 2017. All rights reserved.