public interface DocumentBuiltInProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName()
application name
|
java.lang.String |
getAuthor()
author
|
int |
getByteCount()
byte count
|
java.lang.String |
getCategory()
category name
|
int |
getCharCount()
char count
|
java.lang.String |
getComments()
comments
|
java.lang.String |
getCompany()
company name
|
java.util.Date |
getCreationDate()
creation date
|
int |
getHiddenCount()
hidden count
|
java.lang.String |
getKeywords()
key words
|
java.lang.String |
getLastAuthor()
last author
|
java.util.Date |
getLastPrinted()
last printed date
|
java.util.Date |
getLastSaveDate()
last saved date
|
int |
getLineCount()
line count
|
java.lang.String |
getManager()
manager name
|
java.lang.String |
getSubject()
subject
|
java.lang.String |
getTemplate()
template name
|
java.lang.String |
getTitle()
title
|
int |
getWordCount()
words count
|
void |
setApplicationName(java.lang.String v)
set the application name
|
void |
setAuthor(java.lang.String v)
set the author name
|
void |
setByteCount(int v)
set the byte count
|
void |
setCategory(java.lang.String v)
set the category name
|
void |
setCharCount(int v)
set the char count
|
void |
setComments(java.lang.String v)
set the comments
|
void |
setCompany(java.lang.String v)
set the company name
|
void |
setCreationDate(java.util.Date v)
set the creation date
|
void |
setHiddenCount(int v)
set the hidden count
|
void |
setKeywords(java.lang.String v)
set the key words
|
void |
setLastAuthor(java.lang.String v)
set the last author name
|
void |
setLastPrinted(java.util.Date v)
set the last printed date
|
void |
setLastSaveDate(java.util.Date v)
set the last saved date
|
void |
setLineCount(int v)
set the line count
|
void |
setManager(java.lang.String v)
set the manager name
|
void |
setSubject(java.lang.String v)
set the subject
|
void |
setTemplate(java.lang.String v)
set the template name
|
void |
setTitle(java.lang.String v)
set the title
|
void |
setWordCount(int v)
set the words count
|
java.lang.String getApplicationName()
void setApplicationName(java.lang.String v)
v
- app namejava.lang.String getAuthor()
void setAuthor(java.lang.String v)
v
- author namejava.lang.String getTitle()
void setTitle(java.lang.String v)
v
- titlejava.lang.String getComments()
void setComments(java.lang.String v)
v
- commentsjava.lang.String getCompany()
void setCompany(java.lang.String v)
v
- company namejava.lang.String getCategory()
void setCategory(java.lang.String v)
v
- category namejava.lang.String getKeywords()
void setKeywords(java.lang.String v)
v
- key wordjava.lang.String getLastAuthor()
void setLastAuthor(java.lang.String v)
v
- author namejava.lang.String getManager()
void setManager(java.lang.String v)
v
- manager namejava.lang.String getSubject()
void setSubject(java.lang.String v)
v
- subjectjava.lang.String getTemplate()
void setTemplate(java.lang.String v)
v
- templateint getByteCount()
void setByteCount(int v)
v
- byte countint getCharCount()
void setCharCount(int v)
v
- char countint getHiddenCount()
void setHiddenCount(int v)
v
- hidden countint getLineCount()
void setLineCount(int v)
v
- line countint getWordCount()
void setWordCount(int v)
v
- words countjava.util.Date getCreationDate()
void setCreationDate(java.util.Date v)
v
- creation datejava.util.Date getLastPrinted()
void setLastPrinted(java.util.Date v)
v
- last printed datejava.util.Date getLastSaveDate()
void setLastSaveDate(java.util.Date v)
v
- last saved date