writer2latex.office
public class MetaData extends Object
This class represents the metadata of an OOo Writer document.
Constructor Summary | |
---|---|
MetaData(OfficeDocument oooDoc) Construct a new instance from an OOo Writer document. |
Method Summary | |
---|---|
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) |
Construct a new instance from an OOo Writer document.
Parameters: oooDoc
is the OOo document
Get the creator of this document (may be null)
Returns: the creator of the document (or the initial creator if none is specified)
Get the date of this document (may be null)
Returns: the date of the document
Get the description of this document (may be null)
Returns: the description of the document
Get the initial creator of this document (may be null)
Returns: the initial creator of the document
Get the keywords of this document as a comma separated list (may be null)
Returns: the keywords of the document
Get the language of this document (may be null)
Returns: the language of the document
Get the subject of this document (may be null)
Returns: the subject of the document
Get the title of this document (may be null)
Returns: the title of the document