Package net.sf.jasperreports.export
Class SimpleXlsxMetadataExporterConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleExporterConfiguration
net.sf.jasperreports.export.AbstractXlsExporterConfiguration
net.sf.jasperreports.export.SimpleXlsExporterConfiguration
net.sf.jasperreports.export.SimpleXlsxExporterConfiguration
net.sf.jasperreports.export.SimpleXlsxMetadataExporterConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,ExporterConfiguration,XlsExporterConfiguration,XlsxExporterConfiguration,XlsxMetadataExporterConfiguration
public class SimpleXlsxMetadataExporterConfiguration
extends SimpleXlsxExporterConfiguration
implements XlsxMetadataExporterConfiguration
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields 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_SHEETSFields inherited from interface net.sf.jasperreports.export.XlsxExporterConfiguration
PROPERTY_MACRO_TEMPLATE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.export.SimpleXlsxExporterConfiguration
getMacroTemplate, setMacroTemplateMethods inherited from class net.sf.jasperreports.export.AbstractXlsExporterConfiguration
getEncryptionPassword, getMetadataApplication, getMetadataAuthor, getMetadataKeywords, getMetadataSubject, getMetadataTitle, getWorkbookTemplate, isCreateCustomPalette, isKeepWorkbookTemplateSheets, setCreateCustomPalette, setEncryptionPassword, setKeepWorkbookTemplateSheets, setMetadataApplication, setMetadataAuthor, setMetadataKeywords, setMetadataSubject, setMetadataTitle, setWorkbookTemplateMethods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHintsMethods inherited from interface net.sf.jasperreports.export.XlsExporterConfiguration
getEncryptionPassword, getMetadataApplication, getMetadataAuthor, getMetadataKeywords, getMetadataSubject, getMetadataTitle, getWorkbookTemplate, isCreateCustomPalette, isKeepWorkbookTemplateSheetsMethods inherited from interface net.sf.jasperreports.export.XlsxExporterConfiguration
getMacroTemplate
-
Constructor Details
-
SimpleXlsxMetadataExporterConfiguration
public SimpleXlsxMetadataExporterConfiguration()
-