writer2latex.office
Class MetaData
java.lang.Object
writer2latex.office.MetaData
public class MetaData
extends java.lang.Object
This class represents the metadata of an OOo Writer document.
String | getCreator() - Get the creator of this document (may be null)
|
String | getDate() - Get the date of this document (may be null)
|
String | getDescription() - Get the description of this document (may be null)
|
String | getInitialCreator() - Get the initial creator of this document (may be null)
|
String | getKeywords() - Get the keywords of this document as a comma separated list (may be null)
|
String | getLanguage() - Get the language of this document (may be null)
|
String | getSubject() - Get the subject of this document (may be null)
|
String | getTitle() - Get the title of this document (may be null)
|
MetaData
public MetaData(OfficeDocument oooDoc)
Construct a new instance from an OOo Writer document.
getCreator
public String getCreator()
Get the creator of this document (may be null)
- the creator of the document (or the initial creator if none is specified)
getDate
public String getDate()
Get the date of this document (may be null)
getDescription
public String getDescription()
Get the description of this document (may be null)
- the description of the document
getInitialCreator
public String getInitialCreator()
Get the initial creator of this document (may be null)
- the initial creator of the document
getKeywords
public String getKeywords()
Get the keywords of this document as a comma separated list (may be null)
- the keywords of the document
getLanguage
public String getLanguage()
Get the language of this document (may be null)
- the language of the document
getSubject
public String getSubject()
Get the subject of this document (may be null)
- the subject of the document
getTitle
public String getTitle()
Get the title of this document (may be null)
- the title of the document