Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
Modifier and Type | Method and Description |
---|---|
List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getAllProperties(JRPropertiesHolder propertiesHolder,
String prefix)
Returns the list of all properties for a key prefix, including global
properties.
|
List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getAllProperties(JRPropertiesMap propertiesMap,
String prefix)
Returns the list of all properties for a key prefix, including global
properties.
|
static List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getProperties(JRPropertiesHolder propertiesHolder,
String prefix)
Returns the list of all properties for a key prefix.
|
static List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getProperties(JRPropertiesMap propertiesMap,
String prefix)
Returns the list of all properties for a key prefix.
|
List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getProperties(String prefix)
Returns the list of all properties for a key prefix.
|
Modifier and Type | Method and Description |
---|---|
List<JRPropertiesUtil.PropertySuffix> |
JRXlsAbstractExporterNature.getRowLevelSuffixes(JRPrintElement element) |
Copyright © 2017. All rights reserved.