public interface TextExporterConfiguration extends ExporterConfiguration
JRTextExporter| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_LINE_SEPARATOR
Property whose value is used as default for the
getLineSeparator() export configuration setting. |
static String |
PROPERTY_PAGE_SEPARATOR
Property whose value is used as default for the
getPageSeparator() export configuration setting. |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Modifier and Type | Method and Description |
|---|---|
String |
getLineSeparator()
Returns a string representing the separator between two lines of text.
|
String |
getPageSeparator()
Returns a string representing text that will be inserted between pages of the generated report.
|
isOverrideHintsstatic final String PROPERTY_PAGE_SEPARATOR
getPageSeparator() export configuration setting.
The default is the duplicated value of the "line.separator" system property.JRPropertiesUtil,
Constant Field Valuesstatic final String PROPERTY_LINE_SEPARATOR
getLineSeparator() export configuration setting.
The default is the value of the "line.separator" system property.JRPropertiesUtil,
Constant Field ValuesString getPageSeparator()
String getLineSeparator()
Copyright © 2014. All rights reserved.