Interface PptxExporterConfiguration

    • Method Detail

      • 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:
        PROPERTY_BACKGROUND_AS_SLIDE_MASTER
      • 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:
        PROPERTY_SLIDE_MASTER_REPORT
      • 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:
        PROPERTY_SLIDE_MASTER_PAGE
      • isEmbedFonts

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