public class SimpleTextExporterConfiguration extends SimpleExporterConfiguration implements TextExporterConfiguration
PROPERTY_LINE_SEPARATOR, PROPERTY_PAGE_SEPARATOR, PROPERTY_TRIM_LINE_RIGHT
PROPERTY_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, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOverrideHints
public String getPageSeparator()
TextExporterConfiguration
getPageSeparator
in interface TextExporterConfiguration
public void setPageSeparator(String pageSeparator)
public String getLineSeparator()
TextExporterConfiguration
getLineSeparator
in interface TextExporterConfiguration
public void setLineSeparator(String lineSeparator)
public Boolean isTrimLineRight()
TextExporterConfiguration
isTrimLineRight
in interface TextExporterConfiguration
TextExporterConfiguration.PROPERTY_TRIM_LINE_RIGHT
public void setTrimLineRight(Boolean isTrimLineRight)
Copyright © 2015. All rights reserved.