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. |
static String |
PROPERTY_TRIM_LINE_RIGHT
Property whose value is used as default for the
isTrimLineRight() 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.
|
Boolean |
isTrimLineRight()
Returns a boolean value specifying whether the lines of text in the document should be trimmed to the right.
|
isOverrideHints
static 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 Valuesstatic final String PROPERTY_TRIM_LINE_RIGHT
isTrimLineRight()
export configuration setting.
This property is by default not set (false
).JRPropertiesUtil
,
Constant Field ValuesString getPageSeparator()
String getLineSeparator()
Boolean isTrimLineRight()
PROPERTY_TRIM_LINE_RIGHT
Copyright © 2016. All rights reserved.