Interface DocxExporterConfiguration

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

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

  • Method Details

    • 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:
    • getEncryptionPassword

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