public interface MetaData
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCreator()Get the creator of the source document (or the initial creator if none is specified) | 
| java.lang.String | getDate()Get the date of the source document | 
| java.lang.String | getDescription()Get the description of the source document | 
| java.lang.String | getKeywords()Get the keywords of the source document | 
| java.lang.String | getLanguage()Get the (main) language of the document | 
| java.lang.String | getSubject()Get the subject of the source document | 
| java.lang.String | getTitle()Get the title of the source document | 
| java.util.Map<java.lang.String,java.lang.String> | getUserDefinedMetaData()Get the user-defined meta data | 
java.lang.String getTitle()
java.lang.String getSubject()
java.lang.String getKeywords()
java.lang.String getDescription()
java.lang.String getCreator()
java.lang.String getLanguage()
java.lang.String getDate()
java.util.Map<java.lang.String,java.lang.String> getUserDefinedMetaData()