Package writer2latex.office
Class MetaData
java.lang.Object
writer2latex.office.MetaData
This class represents the metadata of an OOo Writer document.
-
Constructor Summary
ConstructorsConstructorDescriptionMetaData
(OfficeDocument oooDoc) Construct a new instance from an OOo Writer document. -
Method Summary
Modifier and TypeMethodDescriptionGet the creator of this document (may be null)getDate()
Get the date of this document (may be null)Get the description of this document (may be null)Get the initial creator of this document (may be null)Get the keywords of this document as a comma separated list (may be null)Get the language of this document (may be null)Get the subject of this document (may be null)getTitle()
Get the title of this document (may be null)
-
Constructor Details
-
MetaData
Construct a new instance from an OOo Writer document.
- Parameters:
oooDoc
- is the OOo document
-
-
Method Details
-
getTitle
Get the title of this document (may be null)
- Returns:
- the title of the document
-
getCreator
Get the creator of this document (may be null)
- Returns:
- the creator of the document (or the initial creator if none is specified)
-
getInitialCreator
Get the initial creator of this document (may be null)
- Returns:
- the initial creator of the document
-
getDate
Get the date of this document (may be null)
- Returns:
- the date of the document
-
getDescription
Get the description of this document (may be null)
- Returns:
- the description of the document
-
getLanguage
Get the language of this document (may be null)
- Returns:
- the language of the document
-
getSubject
Get the subject of this document (may be null)
- Returns:
- the subject of the document
-
getKeywords
Get the keywords of this document as a comma separated list (may be null)
- Returns:
- the keywords of the document
-