Package net.sf.jasperreports.export
Interface PptxReportConfiguration
- All Superinterfaces:
CommonExportConfiguration,ReportExportConfiguration
- All Known Implementing Classes:
SimplePptxReportConfiguration
Interface containing settings used by the PPTX exporter.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis property serves as default value for theisFrameAsTable()export configuration setting.static final StringThis property provides a default value for thegetHideSlideMasterPages()export configuration setting.static final StringProperty that provides a default value for theisIgnoreHyperlink()export configuration flag.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_MARGINS -
Method Summary
Modifier and TypeMethodDescriptionThis properties specifies the report pages on which the background contents coming from the slide master should be hidden.Indicates whether the contents of the frame produced by a table component is to be exported as table.Methods 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
-
Field Details
-
PROPERTY_IGNORE_HYPERLINK
Property that provides a default value for theisIgnoreHyperlink()export configuration flag.- See Also:
-
PROPERTY_HIDE_SLIDE_MASTER_PAGES
This property provides a default value for thegetHideSlideMasterPages()export configuration setting.- See Also:
-
PROPERTY_FRAME_AS_TABLE
This property serves as default value for theisFrameAsTable()export configuration setting.The property itself defaults to
false.- See Also:
-
-
Method Details
-
isIgnoreHyperlink
Boolean isIgnoreHyperlink()- See Also:
-
getHideSlideMasterPages
String getHideSlideMasterPages()This 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- See Also:
-
isFrameAsTable
Boolean isFrameAsTable()Indicates 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.- See Also:
-