public class SimpleDocxExporterConfiguration extends SimpleExporterConfiguration implements DocxExporterConfiguration
PROPERTY_METADATA_APPLICATION, PROPERTY_METADATA_AUTHOR, PROPERTY_METADATA_KEYWORDS, PROPERTY_METADATA_SUBJECT, PROPERTY_METADATA_TITLEPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleDocxExporterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataApplication()
The Application for the DOCX document.
|
String |
getMetadataAuthor()
The Author of the DOCX document.
|
String |
getMetadataKeywords()
The Keywords of the DOCX document.
|
String |
getMetadataSubject()
The Subject of the DOCX document.
|
String |
getMetadataTitle()
The Title of the DOCX document.
|
void |
setMetadataApplication(String metadataApplication) |
void |
setMetadataAuthor(String metadataAuthor) |
void |
setMetadataKeywords(String metadataKeywords) |
void |
setMetadataSubject(String metadataSubject) |
void |
setMetadataTitle(String metadataTitle) |
isOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic String getMetadataTitle()
DocxExporterConfigurationgetMetadataTitle in interface DocxExporterConfigurationpublic void setMetadataTitle(String metadataTitle)
public String getMetadataAuthor()
DocxExporterConfigurationgetMetadataAuthor in interface DocxExporterConfigurationpublic void setMetadataAuthor(String metadataAuthor)
public String getMetadataSubject()
DocxExporterConfigurationgetMetadataSubject in interface DocxExporterConfigurationpublic void setMetadataSubject(String metadataSubject)
public String getMetadataKeywords()
DocxExporterConfigurationgetMetadataKeywords in interface DocxExporterConfigurationpublic void setMetadataKeywords(String metadataKeywords)
public String getMetadataApplication()
DocxExporterConfigurationgetMetadataApplication in interface DocxExporterConfigurationpublic void setMetadataApplication(String metadataApplication)
Copyright © 2017. All rights reserved.