Interface DocxExporterConfiguration

    • Method Detail

      • getMetadataTitle

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

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

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

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

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

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