Package net.sf.jasperreports.export
Class SimplePptxExporterConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleExporterConfiguration
net.sf.jasperreports.export.SimplePptxExporterConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,ExporterConfiguration,PptxExporterConfiguration
public class SimplePptxExporterConfiguration
extends SimpleExporterConfiguration
implements PptxExporterConfiguration
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.PptxExporterConfiguration
PROPERTY_BACKGROUND_AS_SLIDE_MASTER, PROPERTY_EMBED_FONTS, PROPERTY_ENCRYPTION_PASSWORD, PROPERTY_METADATA_APPLICATION, PROPERTY_METADATA_AUTHOR, PROPERTY_METADATA_KEYWORDS, PROPERTY_METADATA_SUBJECT, PROPERTY_METADATA_TITLE, PROPERTY_SLIDE_MASTER_PAGE, PROPERTY_SLIDE_MASTER_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe encryption password needed to open the document, if it is encrypted.The Application for the PPTX document.The Author of the PPTX document.The Keywords of the PPTX document.The Subject of the PPTX document.The Title of the PPTX document.Specifies the page from which the content of the slide master should be extracted.Specifies the report (export input item) from which the content of the slide master should be extracted.Flag that specifies whether the elements from the background section on the first page should be exported as the contents of the slide master, and then ignoring the background section elements for all pages/slides.Indicates whether the true type fonts used in the report should be embedded into the generated PPTX document.voidsetEmbedFonts(Boolean embedFonts) voidsetEncryptionPassword(String encryptionPassword) voidsetMetadataApplication(Boolean isBackgroundAsSlideMaster) voidsetMetadataApplication(String metadataApplication) voidsetMetadataAuthor(String metadataAuthor) voidsetMetadataKeywords(String metadataKeywords) voidsetMetadataSubject(String metadataSubject) voidsetMetadataTitle(String metadataTitle) voidsetSlideMasterPage(Integer slideMasterPage) voidsetSlideMasterReport(Integer slideMasterReport) Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Constructor Details
-
SimplePptxExporterConfiguration
public SimplePptxExporterConfiguration()
-
-
Method Details
-
getMetadataTitle
Description copied from interface:PptxExporterConfigurationThe Title of the PPTX document.- Specified by:
getMetadataTitlein interfacePptxExporterConfiguration
-
setMetadataTitle
-
getMetadataAuthor
Description copied from interface:PptxExporterConfigurationThe Author of the PPTX document.- Specified by:
getMetadataAuthorin interfacePptxExporterConfiguration
-
setMetadataAuthor
-
getMetadataSubject
Description copied from interface:PptxExporterConfigurationThe Subject of the PPTX document.- Specified by:
getMetadataSubjectin interfacePptxExporterConfiguration
-
setMetadataSubject
-
getMetadataKeywords
Description copied from interface:PptxExporterConfigurationThe Keywords of the PPTX document.- Specified by:
getMetadataKeywordsin interfacePptxExporterConfiguration
-
setMetadataKeywords
-
getMetadataApplication
Description copied from interface:PptxExporterConfigurationThe Application for the PPTX document. Defaults to "JasperReports Library version x.x.x".- Specified by:
getMetadataApplicationin interfacePptxExporterConfiguration
-
setMetadataApplication
-
isBackgroundAsSlideMaster
Description copied from interface:PptxExporterConfigurationFlag that specifies whether the elements from the background section on the first page should be exported as the contents of the slide master, and then ignoring the background section elements for all pages/slides.- Specified by:
isBackgroundAsSlideMasterin interfacePptxExporterConfiguration- See Also:
-
setMetadataApplication
-
getSlideMasterReport
Description copied from interface:PptxExporterConfigurationSpecifies the report (export input item) from which the content of the slide master should be extracted. The default value is 1 (first report).- Specified by:
getSlideMasterReportin interfacePptxExporterConfiguration- See Also:
-
setSlideMasterReport
-
getSlideMasterPage
Description copied from interface:PptxExporterConfigurationSpecifies the page from which the content of the slide master should be extracted. The default value is 1 (first page).- Specified by:
getSlideMasterPagein interfacePptxExporterConfiguration- See Also:
-
setSlideMasterPage
-
isEmbedFonts
Description copied from interface:PptxExporterConfigurationIndicates whether the true type fonts used in the report should be embedded into the generated PPTX document.- Specified by:
isEmbedFontsin interfacePptxExporterConfiguration- See Also:
-
setEmbedFonts
-
getEncryptionPassword
Description copied from interface:PptxExporterConfigurationThe encryption password needed to open the document, if it is encrypted.- Specified by:
getEncryptionPasswordin interfacePptxExporterConfiguration- See Also:
-
setEncryptionPassword
-