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 |
|---|---|
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.
|
void |
setLineSeparator(String lineSeparator) |
void |
setPageSeparator(String pageSeparator) |
void |
setTrimLineRight(Boolean isTrimLineRight) |
isOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic String getPageSeparator()
TextExporterConfigurationgetPageSeparator in interface TextExporterConfigurationpublic void setPageSeparator(String pageSeparator)
public String getLineSeparator()
TextExporterConfigurationgetLineSeparator in interface TextExporterConfigurationpublic void setLineSeparator(String lineSeparator)
public Boolean isTrimLineRight()
TextExporterConfigurationisTrimLineRight in interface TextExporterConfigurationTextExporterConfiguration.PROPERTY_TRIM_LINE_RIGHTpublic void setTrimLineRight(Boolean isTrimLineRight)
Copyright © 2017. All rights reserved.