Package net.sf.jasperreports.export
Interface XlsxMetadataExporterConfiguration
-
- All Superinterfaces:
CommonExportConfiguration
,ExporterConfiguration
,XlsExporterConfiguration
,XlsxExporterConfiguration
- All Known Implementing Classes:
SimpleXlsxMetadataExporterConfiguration
public interface XlsxMetadataExporterConfiguration extends XlsxExporterConfiguration
Interface containing settings used by the XLSX metadata exporters.- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
- See Also:
XlsxMetadataExporter
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
Fields inherited from interface net.sf.jasperreports.export.XlsExporterConfiguration
PROPERTY_CREATE_CUSTOM_PALETTE, PROPERTY_ENCRYPTION_PASSWORD, PROPERTY_METADATA_APPLICATION, PROPERTY_METADATA_AUTHOR, PROPERTY_METADATA_KEYWORDS, PROPERTY_METADATA_SUBJECT, PROPERTY_METADATA_TITLE, PROPERTY_WORKBOOK_TEMPLATE, PROPERTY_WORKBOOK_TEMPLATE_KEEP_SHEETS
-
Fields inherited from interface net.sf.jasperreports.export.XlsxExporterConfiguration
PROPERTY_MACRO_TEMPLATE
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Methods inherited from interface net.sf.jasperreports.export.XlsExporterConfiguration
getEncryptionPassword, getMetadataApplication, getMetadataAuthor, getMetadataKeywords, getMetadataSubject, getMetadataTitle, getWorkbookTemplate, isCreateCustomPalette, isKeepWorkbookTemplateSheets
-
Methods inherited from interface net.sf.jasperreports.export.XlsxExporterConfiguration
getMacroTemplate
-
-