Package net.sf.jasperreports.export
Class SimpleXlsxExporterConfiguration
- 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
-
- All Implemented Interfaces:
CommonExportConfiguration
,ExporterConfiguration
,XlsExporterConfiguration
,XlsxExporterConfiguration
- Direct Known Subclasses:
SimpleXlsxMetadataExporterConfiguration
public class SimpleXlsxExporterConfiguration extends SimpleXlsExporterConfiguration implements XlsxExporterConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
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
-
-
Constructor Summary
Constructors Constructor Description SimpleXlsxExporterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMacroTemplate()
Specifies the location of an existing workbook template containing a macro object.void
setMacroTemplate(String macroTemplate)
-
Methods 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, setWorkbookTemplate
-
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
getMacroTemplate
public String getMacroTemplate()
Description copied from interface:XlsxExporterConfiguration
Specifies the location of an existing workbook template containing a macro object. The macro object will be copied into the generated document if the template location is valid. Macros can be loaded from Excel macro-enabled template files (*.xltm) as well as from valid Excel macro-enabled documents (*.xlsm).- Specified by:
getMacroTemplate
in interfaceXlsxExporterConfiguration
- See Also:
XlsxExporterConfiguration.PROPERTY_MACRO_TEMPLATE
-
setMacroTemplate
public void setMacroTemplate(String macroTemplate)
-
-