public class SimplePptxExporterConfiguration extends SimpleExporterConfiguration implements PptxExporterConfiguration
PROPERTY_METADATA_APPLICATION, PROPERTY_METADATA_AUTHOR, PROPERTY_METADATA_KEYWORDS, PROPERTY_METADATA_SUBJECT, PROPERTY_METADATA_TITLEPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimplePptxExporterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataApplication()
The Application for the PPTX document.
|
String |
getMetadataAuthor()
The Author of the PPTX document.
|
String |
getMetadataKeywords()
The Keywords of the PPTX document.
|
String |
getMetadataSubject()
The Subject of the PPTX document.
|
String |
getMetadataTitle()
The Title of the PPTX 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()
PptxExporterConfigurationgetMetadataTitle in interface PptxExporterConfigurationpublic void setMetadataTitle(String metadataTitle)
public String getMetadataAuthor()
PptxExporterConfigurationgetMetadataAuthor in interface PptxExporterConfigurationpublic void setMetadataAuthor(String metadataAuthor)
public String getMetadataSubject()
PptxExporterConfigurationgetMetadataSubject in interface PptxExporterConfigurationpublic void setMetadataSubject(String metadataSubject)
public String getMetadataKeywords()
PptxExporterConfigurationgetMetadataKeywords in interface PptxExporterConfigurationpublic void setMetadataKeywords(String metadataKeywords)
public String getMetadataApplication()
PptxExporterConfigurationgetMetadataApplication in interface PptxExporterConfigurationpublic void setMetadataApplication(String metadataApplication)
Copyright © 2017. All rights reserved.