writer2latex.office

Class MetaData

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
StringgetCreator()

Get the creator of this document (may be null)

StringgetDate()

Get the date of this document (may be null)

StringgetDescription()

Get the description of this document (may be null)

StringgetInitialCreator()

Get the initial creator of this document (may be null)

StringgetKeywords()

Get the keywords of this document as a comma separated list (may be null)

StringgetLanguage()

Get the language of this document (may be null)

StringgetSubject()

Get the subject of this document (may be null)

StringgetTitle()

Get the title of this document (may be null)

Constructor Detail

MetaData

public MetaData(OfficeDocument oooDoc)

Construct a new instance from an OOo Writer document.

Parameters: oooDoc is the OOo document

Method Detail

getCreator

public String getCreator()

Get the creator of this document (may be null)

Returns: 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)

Returns: the date of the document

getDescription

public String getDescription()

Get the description of this document (may be null)

Returns: the description of the document

getInitialCreator

public String getInitialCreator()

Get the initial creator of this document (may be null)

Returns: the initial creator of the document

getKeywords

public String getKeywords()

Get the keywords of this document as a comma separated list (may be null)

Returns: the keywords of the document

getLanguage

public String getLanguage()

Get the language of this document (may be null)

Returns: the language of the document

getSubject

public String getSubject()

Get the subject of this document (may be null)

Returns: the subject of the document

getTitle

public String getTitle()

Get the title of this document (may be null)

Returns: the title of the document