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_FRAME_AS_TABLE, 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 StringgetHideSlideMasterPages()This properties specifies the report pages on which the background contents coming from the slide master should be hidden.BooleanisFrameAsTable()Indicates whether the contents of the frame produced by a table component is to be exported as table.BooleanisIgnoreHyperlink()voidsetFrameAsTable(Boolean isFrameAsTable)voidsetHideSlideMasterPages(String hideSlideMasterPages)voidsetIgnoreHyperlink(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 Boolean isIgnoreHyperlink()
- Specified by:
isIgnoreHyperlinkin interfacePptxReportConfiguration- See Also:
PptxReportConfiguration.PROPERTY_IGNORE_HYPERLINK
-
setIgnoreHyperlink
public void setIgnoreHyperlink(Boolean isIgnoreHyperlink)
-
getHideSlideMasterPages
public 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(String hideSlideMasterPages)
-
isFrameAsTable
public Boolean isFrameAsTable()
Description copied from interface:PptxReportConfigurationIndicates whether the contents of the frame produced by a table component is to be exported as table.If set to
true, the content of a table component frame is rendered using DrawingML table markup.- Specified by:
isFrameAsTablein interfacePptxReportConfiguration- See Also:
PptxReportConfiguration.PROPERTY_FRAME_AS_TABLE
-
setFrameAsTable
public void setFrameAsTable(Boolean isFrameAsTable)
-
-