|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.office.MetaData
public class MetaData
This class represents the metadata of an OOo Writer document.
Field Summary | |
---|---|
private java.lang.String |
sCreator
|
private java.lang.String |
sDate
|
private java.lang.String |
sDescription
|
private java.lang.String |
sInitialCreator
|
private java.lang.String |
sKeywords
|
private java.lang.String |
sLanguage
|
private java.lang.String |
sSubject
|
private java.lang.String |
sTitle
|
Constructor Summary | |
---|---|
MetaData(OfficeDocument oooDoc)
Construct a new instance from an OOo Writer document. |
Method Summary | |
---|---|
private java.lang.String |
getContent(org.w3c.dom.Node node)
|
java.lang.String |
getCreator()
Get the creator of this document (may be null) |
java.lang.String |
getDate()
Get the date of this document (may be null) |
java.lang.String |
getDescription()
Get the description of this document (may be null) |
java.lang.String |
getInitialCreator()
Get the initial creator of this document (may be null) |
java.lang.String |
getKeywords()
Get the keywords of this document as a comma separated list (may be null) |
java.lang.String |
getLanguage()
Get the language of this document (may be null) |
java.lang.String |
getSubject()
Get the subject of this document (may be null) |
java.lang.String |
getTitle()
Get the title of this document (may be null) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String sTitle
private java.lang.String sCreator
private java.lang.String sInitialCreator
private java.lang.String sDate
private java.lang.String sDescription
private java.lang.String sLanguage
private java.lang.String sSubject
private java.lang.String sKeywords
Constructor Detail |
---|
public MetaData(OfficeDocument oooDoc)
Construct a new instance from an OOo Writer document.
oooDoc
- is the OOo documentMethod Detail |
---|
public java.lang.String getTitle()
Get the title of this document (may be null)
public java.lang.String getCreator()
Get the creator of this document (may be null)
public java.lang.String getInitialCreator()
Get the initial creator of this document (may be null)
public java.lang.String getDate()
Get the date of this document (may be null)
public java.lang.String getDescription()
Get the description of this document (may be null)
public java.lang.String getLanguage()
Get the language of this document (may be null)
public java.lang.String getSubject()
Get the subject of this document (may be null)
public java.lang.String getKeywords()
Get the keywords of this document as a comma separated list (may be null)
private java.lang.String getContent(org.w3c.dom.Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |