|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.fountain.xelem.excel.AbstractXLElement
nl.fountain.xelem.excel.o.ODocumentProperties
public class ODocumentProperties
An implementation of the XLElement DocumentProperties.
| Field Summary |
|---|
| Fields inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
PREFIX_HTML, PREFIX_O, PREFIX_SS, PREFIX_X, XMLNS, XMLNS_HTML, XMLNS_O, XMLNS_SS, XMLNS_X |
| Constructor Summary | |
|---|---|
ODocumentProperties()
Creates a new ODocumentProperties. |
|
| Method Summary | |
|---|---|
Element |
assemble(Element parent,
GIO gio)
Assembles the state of this XLElement and all of it's children into an Element. |
String |
getAppName()
|
String |
getAuthor()
|
String |
getCategory()
|
String |
getCompany()
|
Date |
getCreated()
|
String |
getDescription()
|
String |
getHyperlinkBase()
|
String |
getKeywords()
|
String |
getLastAuthor()
|
Date |
getLastPrinted()
|
Date |
getLastSaved()
|
String |
getManager()
|
String |
getNameSpace()
Gets the namespace of this XLElement. |
String |
getPrefix()
Gets the prefix of this XLElement. |
String |
getSubject()
|
String |
getTagName()
Gets the tagname (localName) of this XLElement. |
String |
getTitle()
|
String |
getVersion()
|
void |
setAppName(String appname)
|
void |
setAuthor(String author)
|
void |
setCategory(String category)
|
void |
setChildElement(String localName,
String content)
Does effectively nothing. |
void |
setCompany(String company)
|
void |
setCreated(Date created)
|
void |
setDescription(String description)
|
void |
setHyperlinkBase(String hyperlinkbase)
Sets the hyperlinkbase for this workbook. |
void |
setKeywords(String keywords)
|
void |
setLastAuthor(String lastAuthor)
|
void |
setLastSaved(Date lastsaved)
|
void |
setManager(String manager)
|
void |
setSubject(String subject)
|
void |
setTitle(String title)
|
| Methods inherited from class nl.fountain.xelem.excel.AbstractXLElement |
|---|
addElementComment, assemble, createAttributeNS, createAttributeNS, createElementNS, createElementNS, createElementNS, createElementNS, getElementComments, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.fountain.xelem.excel.XLElement |
|---|
addElementComment, getElementComments, setAttributes |
| Constructor Detail |
|---|
public ODocumentProperties()
Workbook.getDocumentProperties()| Method Detail |
|---|
public void setTitle(String title)
setTitle in interface DocumentPropertiespublic void setSubject(String subject)
setSubject in interface DocumentPropertiespublic void setKeywords(String keywords)
setKeywords in interface DocumentPropertiespublic void setDescription(String description)
setDescription in interface DocumentPropertiespublic void setCategory(String category)
setCategory in interface DocumentPropertiespublic void setAuthor(String author)
setAuthor in interface DocumentPropertiespublic void setLastAuthor(String lastAuthor)
setLastAuthor in interface DocumentPropertiespublic void setManager(String manager)
setManager in interface DocumentPropertiespublic void setCompany(String company)
setCompany in interface DocumentPropertiespublic void setHyperlinkBase(String hyperlinkbase)
DocumentProperties"file://C:/foo/" and a cell where upon
the HRef is set as "bar.txt" will result in the link encountered
in that cell pointing to "file://C:/foo/bar.txt".
setHyperlinkBase in interface DocumentPropertiespublic void setAppName(String appname)
setAppName in interface DocumentPropertiespublic void setCreated(Date created)
setCreated in interface DocumentPropertiespublic void setLastSaved(Date lastsaved)
setLastSaved in interface DocumentPropertiespublic String getTagName()
XLElement
getTagName in interface XLElementpublic String getNameSpace()
XLElement
getNameSpace in interface XLElementpublic String getPrefix()
XLElement
getPrefix in interface XLElement
public Element assemble(Element parent,
GIO gio)
XLElementElement. Attaches the new element to it's
parent-element if needed.
assemble in interface XLElementparent - the parent-element to which the new formed element
will be appendedgio - a global information object
public void setChildElement(String localName,
String content)
AbstractXLElement
setChildElement in interface XLElementsetChildElement in class AbstractXLElementlocalName - the local name of the childcontent - the content of the childpublic String getTitle()
getTitle in interface DocumentPropertiespublic String getSubject()
getSubject in interface DocumentPropertiespublic String getKeywords()
getKeywords in interface DocumentPropertiespublic String getDescription()
getDescription in interface DocumentPropertiespublic String getCategory()
getCategory in interface DocumentPropertiespublic String getAuthor()
getAuthor in interface DocumentPropertiespublic String getLastAuthor()
getLastAuthor in interface DocumentPropertiespublic String getManager()
getManager in interface DocumentPropertiespublic String getCompany()
getCompany in interface DocumentPropertiespublic String getHyperlinkBase()
getHyperlinkBase in interface DocumentPropertiespublic String getAppName()
getAppName in interface DocumentPropertiespublic Date getCreated()
getCreated in interface DocumentPropertiespublic Date getLastSaved()
getLastSaved in interface DocumentPropertiespublic Date getLastPrinted()
getLastPrinted in interface DocumentPropertiespublic String getVersion()
getVersion in interface DocumentProperties
|
xelem.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||