Interface PptxExporterConfiguration

All Superinterfaces:
CommonExportConfiguration, ExporterConfiguration
All Known Implementing Classes:
SimplePptxExporterConfiguration

public interface PptxExporterConfiguration extends ExporterConfiguration
Interface containing settings used by the PPTX exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • getMetadataTitle

      String getMetadataTitle()
      The Title of the PPTX document.
    • getMetadataAuthor

      String getMetadataAuthor()
      The Author of the PPTX document.
    • getMetadataSubject

      String getMetadataSubject()
      The Subject of the PPTX document.
    • getMetadataKeywords

      String getMetadataKeywords()
      The Keywords of the PPTX document.
    • getMetadataApplication

      String getMetadataApplication()
      The Application for the PPTX document. Defaults to "JasperReports Library version x.x.x".
    • isBackgroundAsSlideMaster

      Boolean isBackgroundAsSlideMaster()
      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.
      See Also:
    • getSlideMasterReport

      Integer getSlideMasterReport()
      Specifies the report (export input item) from which the content of the slide master should be extracted. The default value is 1 (first report).
      See Also:
    • getSlideMasterPage

      Integer getSlideMasterPage()
      Specifies the page from which the content of the slide master should be extracted. The default value is 1 (first page).
      See Also:
    • isEmbedFonts

      Boolean isEmbedFonts()
      Indicates whether the true type fonts used in the report should be embedded into the generated PPTX document.
      See Also:
    • getEncryptionPassword

      String getEncryptionPassword()
      The encryption password needed to open the document, if it is encrypted.
      See Also: