|
xelem.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.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 DocumentProperties
public void setSubject(String subject)
setSubject
in interface DocumentProperties
public void setKeywords(String keywords)
setKeywords
in interface DocumentProperties
public void setDescription(String description)
setDescription
in interface DocumentProperties
public void setCategory(String category)
setCategory
in interface DocumentProperties
public void setAuthor(String author)
setAuthor
in interface DocumentProperties
public void setLastAuthor(String lastAuthor)
setLastAuthor
in interface DocumentProperties
public void setManager(String manager)
setManager
in interface DocumentProperties
public void setCompany(String company)
setCompany
in interface DocumentProperties
public 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 DocumentProperties
public void setAppName(String appname)
setAppName
in interface DocumentProperties
public void setCreated(Date created)
setCreated
in interface DocumentProperties
public void setLastSaved(Date lastsaved)
setLastSaved
in interface DocumentProperties
public String getTagName()
XLElement
getTagName
in interface XLElement
public String getNameSpace()
XLElement
getNameSpace
in interface XLElement
public String getPrefix()
XLElement
getPrefix
in interface XLElement
public Element assemble(Element parent, GIO gio)
XLElement
Element
. Attaches the new element to it's
parent-element if needed.
assemble
in interface XLElement
parent
- 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 XLElement
setChildElement
in class AbstractXLElement
localName
- the local name of the childcontent
- the content of the childpublic String getTitle()
getTitle
in interface DocumentProperties
public String getSubject()
getSubject
in interface DocumentProperties
public String getKeywords()
getKeywords
in interface DocumentProperties
public String getDescription()
getDescription
in interface DocumentProperties
public String getCategory()
getCategory
in interface DocumentProperties
public String getAuthor()
getAuthor
in interface DocumentProperties
public String getLastAuthor()
getLastAuthor
in interface DocumentProperties
public String getManager()
getManager
in interface DocumentProperties
public String getCompany()
getCompany
in interface DocumentProperties
public String getHyperlinkBase()
getHyperlinkBase
in interface DocumentProperties
public String getAppName()
getAppName
in interface DocumentProperties
public Date getCreated()
getCreated
in interface DocumentProperties
public Date getLastSaved()
getLastSaved
in interface DocumentProperties
public Date getLastPrinted()
getLastPrinted
in interface DocumentProperties
public 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 |