Package net.sf.jasperreports.export
Class SimplePptxReportConfiguration
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleCommonExportConfiguration
-
- net.sf.jasperreports.export.SimpleReportExportConfiguration
-
- net.sf.jasperreports.export.SimplePptxReportConfiguration
-
- All Implemented Interfaces:
CommonExportConfiguration,PptxReportConfiguration,ReportExportConfiguration
public class SimplePptxReportConfiguration extends SimpleReportExportConfiguration implements PptxReportConfiguration
- 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.PptxReportConfiguration
PROPERTY_HIDE_SLIDE_MASTER_PAGES, PROPERTY_IGNORE_HYPERLINK
-
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
-
Constructor Summary
Constructors Constructor Description SimplePptxReportConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHideSlideMasterPages()This properties specifies the report pages on which the background contents coming from the slide master should be hidden.java.lang.BooleanisIgnoreHyperlink()voidsetHideSlideMasterPages(java.lang.String hideSlideMasterPages)voidsetIgnoreHyperlink(java.lang.Boolean isIgnoreHyperlink)-
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
-
-
-
-
Method Detail
-
isIgnoreHyperlink
public java.lang.Boolean isIgnoreHyperlink()
- Specified by:
isIgnoreHyperlinkin interfacePptxReportConfiguration- See Also:
PptxReportConfiguration.PROPERTY_IGNORE_HYPERLINK
-
setIgnoreHyperlink
public void setIgnoreHyperlink(java.lang.Boolean isIgnoreHyperlink)
-
getHideSlideMasterPages
public java.lang.String getHideSlideMasterPages()
Description copied from interface:PptxReportConfigurationThis properties specifies the report pages on which the background contents coming from the slide master should be hidden. The value of the property should be a comma separated list of page numbers or page ranges. Page ranges are made of page numbers separated by a hyphen-minus character. For example: 1, 3-5, 7- Specified by:
getHideSlideMasterPagesin interfacePptxReportConfiguration- See Also:
PptxReportConfiguration.PROPERTY_HIDE_SLIDE_MASTER_PAGES
-
setHideSlideMasterPages
public void setHideSlideMasterPages(java.lang.String hideSlideMasterPages)
-
-