Package net.sf.jasperreports.export
Interface RtfReportConfiguration
-
- All Superinterfaces:
CommonExportConfiguration
,ReportExportConfiguration
- All Known Implementing Classes:
SimpleRtfReportConfiguration
public interface RtfReportConfiguration extends ReportExportConfiguration
Interface containing settings used by the RTF exporter.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
JRRtfExporter
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_IGNORE_HYPERLINK
Property that provides a default value for theisIgnoreHyperlink()
export configuration flag.-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boolean
isIgnoreHyperlink()
-
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
-
-
-
-
Field Detail
-
PROPERTY_IGNORE_HYPERLINK
static final String PROPERTY_IGNORE_HYPERLINK
Property that provides a default value for theisIgnoreHyperlink()
export configuration flag.- See Also:
- Constant Field Values
-
-
Method Detail
-
isIgnoreHyperlink
Boolean isIgnoreHyperlink()
- See Also:
PROPERTY_IGNORE_HYPERLINK
-
-