public class SimpleTextExporterConfiguration extends SimpleExporterConfiguration implements TextExporterConfiguration
PROPERTY_LINE_SEPARATOR, PROPERTY_PAGE_SEPARATOR, PROPERTY_TRIM_LINE_RIGHTPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleTextExporterConfiguration() |
| 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.
|
void |
setLineSeparator(java.lang.String lineSeparator) |
void |
setPageSeparator(java.lang.String pageSeparator) |
void |
setTrimLineRight(java.lang.Boolean isTrimLineRight) |
isOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic java.lang.String getPageSeparator()
TextExporterConfigurationgetPageSeparator in interface TextExporterConfigurationpublic void setPageSeparator(java.lang.String pageSeparator)
public java.lang.String getLineSeparator()
TextExporterConfigurationgetLineSeparator in interface TextExporterConfigurationpublic void setLineSeparator(java.lang.String lineSeparator)
public java.lang.Boolean isTrimLineRight()
TextExporterConfigurationisTrimLineRight in interface TextExporterConfigurationTextExporterConfiguration.PROPERTY_TRIM_LINE_RIGHTpublic void setTrimLineRight(java.lang.Boolean isTrimLineRight)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com