|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRProperties.PropertySuffix | |
|---|---|
| net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
| net.sf.jasperreports.engine.export.oasis | |
| net.sf.jasperreports.engine.export.ooxml | |
| net.sf.jasperreports.engine.util | Utility classes. |
| Uses of JRProperties.PropertySuffix in net.sf.jasperreports.engine.export |
|---|
| Methods in net.sf.jasperreports.engine.export that return types with arguments of type JRProperties.PropertySuffix | |
|---|---|
java.util.List<JRProperties.PropertySuffix> |
JRHtmlExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
java.util.List<JRProperties.PropertySuffix> |
JRXlsAbstractExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
java.util.List<JRProperties.PropertySuffix> |
JRCsvExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
java.util.List<JRProperties.PropertySuffix> |
ExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
| Uses of JRProperties.PropertySuffix in net.sf.jasperreports.engine.export.oasis |
|---|
| Methods in net.sf.jasperreports.engine.export.oasis that return types with arguments of type JRProperties.PropertySuffix | |
|---|---|
java.util.List<JRProperties.PropertySuffix> |
JROpenDocumentExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
| Uses of JRProperties.PropertySuffix in net.sf.jasperreports.engine.export.ooxml |
|---|
| Methods in net.sf.jasperreports.engine.export.ooxml that return types with arguments of type JRProperties.PropertySuffix | |
|---|---|
java.util.List<JRProperties.PropertySuffix> |
JROfficeOpenXmlExporterNature.getRowLevelSuffixes(JRPrintElement element)
|
| Uses of JRProperties.PropertySuffix in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util that return types with arguments of type JRProperties.PropertySuffix | |
|---|---|
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesHolder propertiesHolder,
java.lang.String prefix)
Returns the list of all properties for a key prefix, including global properties. |
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Returns the list of all properties for a key prefix, including global properties. |
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesHolder propertiesHolder,
java.lang.String prefix)
Returns the list of all properties for a key prefix. |
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Returns the list of all properties for a key prefix. |
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getProperties(java.lang.String prefix)
Returns the list of all properties for a key prefix. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||