nl.fountain.xelem.excel
Interface DocumentProperties
- All Superinterfaces:
- XLElement
- All Known Implementing Classes:
- ODocumentProperties
public interface DocumentProperties
- extends XLElement
Represents the DocumentProperties element.
setTitle
void setTitle(String title)
getTitle
String getTitle()
setSubject
void setSubject(String subject)
getSubject
String getSubject()
setKeywords
void setKeywords(String keywords)
getKeywords
String getKeywords()
setDescription
void setDescription(String description)
getDescription
String getDescription()
setCategory
void setCategory(String category)
getCategory
String getCategory()
setAuthor
void setAuthor(String author)
getAuthor
String getAuthor()
setLastAuthor
void setLastAuthor(String lastAuthor)
getLastAuthor
String getLastAuthor()
setManager
void setManager(String manager)
getManager
String getManager()
setCompany
void setCompany(String company)
getCompany
String getCompany()
setHyperlinkBase
void setHyperlinkBase(String hyperlinkbase)
- Sets the hyperlinkbase for this workbook. The hyperlinkbase -when set-
is prepended before link-values in cells.
For instance:
a hyperlinkbase of
"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"
.
getHyperlinkBase
String getHyperlinkBase()
setAppName
void setAppName(String appname)
getAppName
String getAppName()
setCreated
void setCreated(Date created)
getCreated
Date getCreated()
setLastSaved
void setLastSaved(Date lastsaved)
getLastSaved
Date getLastSaved()
getLastPrinted
Date getLastPrinted()
getVersion
String getVersion()