|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRPropertiesUtil.PropertySuffix | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through fa�ade 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. |
| Uses of JRPropertiesUtil.PropertySuffix in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return types with arguments of type JRPropertiesUtil.PropertySuffix | |
|---|---|
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. |
| Uses of JRPropertiesUtil.PropertySuffix in net.sf.jasperreports.engine.export |
|---|
| Methods in net.sf.jasperreports.engine.export that return types with arguments of type JRPropertiesUtil.PropertySuffix | |
|---|---|
List<JRPropertiesUtil.PropertySuffix> |
JRXlsAbstractExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||