Package net.sf.jasperreports.export
Class SimpleTextExporterConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleExporterConfiguration
net.sf.jasperreports.export.SimpleTextExporterConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,ExporterConfiguration,TextExporterConfiguration
public class SimpleTextExporterConfiguration
extends SimpleExporterConfiguration
implements TextExporterConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.TextExporterConfiguration
PROPERTY_LINE_SEPARATOR, PROPERTY_PAGE_SEPARATOR, PROPERTY_TRIM_LINE_RIGHT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string representing the separator between two lines of text.Returns a string representing text that will be inserted between pages of the generated report.Returns a boolean value specifying whether the lines of text in the document should be trimmed to the right.voidsetLineSeparator(String lineSeparator) voidsetPageSeparator(String pageSeparator) voidsetTrimLineRight(Boolean isTrimLineRight) Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Constructor Details
-
SimpleTextExporterConfiguration
public SimpleTextExporterConfiguration()
-
-
Method Details
-
getPageSeparator
Description copied from interface:TextExporterConfigurationReturns a string representing text that will be inserted between pages of the generated report. By default, JasperReports separates pages by two empty lines, but this behavior can be overridden by this parameter.- Specified by:
getPageSeparatorin interfaceTextExporterConfiguration
-
setPageSeparator
-
getLineSeparator
Description copied from interface:TextExporterConfigurationReturns a string representing the separator between two lines of text. This parameter is useful since line separators can vary from one operating system to another. The default value is the system "line.separator" property.- Specified by:
getLineSeparatorin interfaceTextExporterConfiguration
-
setLineSeparator
-
isTrimLineRight
Description copied from interface:TextExporterConfigurationReturns a boolean value specifying whether the lines of text in the document should be trimmed to the right.- Specified by:
isTrimLineRightin interfaceTextExporterConfiguration- See Also:
-
setTrimLineRight
-