Package net.sf.jasperreports.export
Class SimpleTextReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleTextReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,ReportExportConfiguration,TextReportConfiguration
public class SimpleTextReportConfiguration
extends SimpleReportExportConfiguration
implements TextReportConfiguration
- 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.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINSFields inherited from interface net.sf.jasperreports.export.TextReportConfiguration
PROPERTY_CHARACTER_HEIGHT, PROPERTY_CHARACTER_WIDTH, PROPERTY_PAGE_HEIGHT, PROPERTY_PAGE_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a float value representing the pixel/character vertical ratio.Returns a float value representing the pixel/character horizontal ratio.Returns an integer representing the page height in characters.Returns an integer representing the page width in characters.voidsetCharHeight(Float charHeight) voidsetCharWidth(Float charWidth) voidsetPageHeightInChars(Integer pageHeightInChars) voidsetPageWidthInChars(Integer pageWidthInChars) Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexMethods 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
isOverrideHintsMethods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Constructor Details
-
SimpleTextReportConfiguration
public SimpleTextReportConfiguration()
-
-
Method Details
-
getCharWidth
Description copied from interface:TextReportConfigurationReturns a float value representing the pixel/character horizontal ratio.- Specified by:
getCharWidthin interfaceTextReportConfiguration- See Also:
-
setCharWidth
-
getCharHeight
Description copied from interface:TextReportConfigurationReturns a float value representing the pixel/character vertical ratio.- Specified by:
getCharHeightin interfaceTextReportConfiguration- See Also:
-
setCharHeight
-
getPageWidthInChars
Description copied from interface:TextReportConfigurationReturns an integer representing the page width in characters.- Specified by:
getPageWidthInCharsin interfaceTextReportConfiguration- See Also:
-
setPageWidthInChars
-
getPageHeightInChars
Description copied from interface:TextReportConfigurationReturns an integer representing the page height in characters.- Specified by:
getPageHeightInCharsin interfaceTextReportConfiguration- See Also:
-
setPageHeightInChars
-