public interface TextExporterConfiguration extends ExporterConfiguration
JRTextExporter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_LINE_SEPARATOR
Property whose value is used as default for the
getLineSeparator() export configuration setting. |
static java.lang.String |
PROPERTY_PAGE_SEPARATOR
Property whose value is used as default for the
getPageSeparator() export configuration setting. |
static java.lang.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 |
---|---|
java.lang.String |
getLineSeparator()
Returns a string representing the separator between two lines of text.
|
java.lang.String |
getPageSeparator()
Returns a string representing text that will be inserted between pages of the generated report.
|
java.lang.Boolean |
isTrimLineRight()
Returns a boolean value specifying whether the lines of text in the document should be trimmed to the right.
|
isOverrideHints
static final java.lang.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 java.lang.String PROPERTY_LINE_SEPARATOR
getLineSeparator()
export configuration setting.
The default is the value of the "line.separator" system property.JRPropertiesUtil
,
Constant Field Valuesstatic final java.lang.String PROPERTY_TRIM_LINE_RIGHT
isTrimLineRight()
export configuration setting.
This property is by default not set (false
).JRPropertiesUtil
,
Constant Field Valuesjava.lang.String getPageSeparator()
java.lang.String getLineSeparator()
java.lang.Boolean isTrimLineRight()
PROPERTY_TRIM_LINE_RIGHT
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com