Package net.sf.jasperreports.export
Class SimpleRtfReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleRtfReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration
,ReportExportConfiguration
,RtfReportConfiguration
public class SimpleRtfReportConfiguration
extends SimpleReportExportConfiguration
implements RtfReportConfiguration
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
Fields inherited from interface net.sf.jasperreports.export.RtfReportConfiguration
PROPERTY_IGNORE_HYPERLINK
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndex
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
Methods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Constructor Details
-
SimpleRtfReportConfiguration
public SimpleRtfReportConfiguration()
-
-
Method Details
-
isIgnoreHyperlink
- Specified by:
isIgnoreHyperlink
in interfaceRtfReportConfiguration
- See Also:
-
setIgnoreHyperlink
-