public interface IBuiltInDocumentPropertyCollection extends IDocumentPropertyCollection
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Gets the name of the document's author.
|
java.lang.String |
getCategory()
Gets the category of the document.
|
java.lang.String |
getComments()
Gets the the document comments.
|
java.lang.String |
getCompany()
Gets the company property.
|
java.lang.String |
getContentStatus()
Gets the content status of the document.
|
java.lang.String |
getContentType()
Gets the content type of the document.
|
java.util.Calendar |
getCreatedDate()
Gets the date of the document creation in local timezone.
|
java.lang.String |
getDocumentVersion()
Gets the version of the file.
|
java.lang.String |
getHyperlinkBase()
Gets the hyperlinkbase property.
|
java.lang.String |
getKeywords()
Gets the document keywords.
|
java.lang.String |
getLanguage()
Gets the document's language.
|
java.util.Calendar |
getLastPrinted()
Gets the Universal time when the document was last printed.
|
java.lang.String |
getLastSavedBy()
Gets the name of the last author.
|
java.util.Calendar |
getLastSavedTime()
Gets the time of the last save in local timezone.
|
boolean |
getLinksUpToDate()
Gets whether hyperlinks in a document are up-to-date.
|
java.lang.String |
getManager()
Gets the manager property.
|
java.lang.String |
getNameOfApplication()
Gets the name of the application.
|
int |
getPages()
Gets an estimate of the number of pages in the document.
|
java.lang.String |
getRevisionNumber()
Gets the universal time of the last save.
|
boolean |
getScaleCrop()
Gets the display mode of the document thumbnail.
|
java.lang.String |
getSubject()
Gets the subject of the document.
|
java.lang.String |
getTemplate()
Gets the informational name of the document template.
|
java.lang.String |
getTitle()
Gets the title of the document.
|
int |
getTotalEditingTime()
Gets the total editing time in minutes.
|
int |
getWords()
Gets an estimate of the number of words in the document.
|
void |
setAuthor(java.lang.String value)
Sets the name of the document's author.
|
void |
setCategory(java.lang.String value)
Sets the category of the document.
|
void |
setComments(java.lang.String value)
Sets the the document comments.
|
void |
setCompany(java.lang.String value)
Sets the company property.
|
void |
setContentStatus(java.lang.String value)
Sets the content status of the document..
|
void |
setContentType(java.lang.String value)
Sets the content type of the document.
|
void |
setCreatedDate(java.util.Calendar value)
Sets the date of the document creation in local timezone.
|
void |
setDocumentVersion(java.lang.String value)
Sets the version of the file.
|
void |
setHyperlinkBasey(java.lang.String value)
Sets the hyperlinkbase property.
|
void |
setKeywords(java.lang.String value)
Sets the document keywords.
|
void |
setLanguage(java.lang.String value)
Sets the document's language.
|
void |
setLastPrinted(java.util.Calendar value)
Sets the Universal time when the document was last printed.
|
void |
setLastSavedBy(java.lang.String value)
Sets the name of the last author.
|
void |
setLastSavedTime(java.util.Calendar value)
Sets the time of the last save in local timezone.
|
void |
setLinksUpToDate(boolean value)
Sets whether hyperlinks in a document are up-to-date.
|
void |
setManager(java.lang.String value)
Sets the manager property.
|
void |
setNameOfApplication(java.lang.String value)
Sets the name of the application.
|
void |
setPages(int value)
Sets an estimate of the number of pages in the document.
|
void |
setRevisionNumber(java.lang.String value)
Sets the universal time of the last save.
|
void |
setScaleCrop(boolean value)
Sets the display mode of the document thumbnail.
|
void |
setSubject(java.lang.String value)
Sets the subject of the document.
|
void |
setTemplate(java.lang.String value)
Sets the informational name of the document template.
|
void |
setTitle(java.lang.String value)
Sets the title of the document.
|
void |
setTotalEditingTime(int value)
Sets the total editing time in minutes.
|
void |
setWords(int value)
Sets an estimate of the number of words in the document.
|
java.lang.String getManager()
void setManager(java.lang.String value)
java.lang.String getNameOfApplication()
void setNameOfApplication(java.lang.String value)
int getPages()
void setPages(int value)
java.lang.String getRevisionNumber()
void setRevisionNumber(java.lang.String value)
java.lang.String getTemplate()
void setTemplate(java.lang.String value)
java.lang.String getTitle()
void setTitle(java.lang.String value)
int getTotalEditingTime()
void setTotalEditingTime(int value)
java.lang.String getDocumentVersion()
void setDocumentVersion(java.lang.String value)
boolean getScaleCrop()
void setScaleCrop(boolean value)
java.lang.String getSubject()
void setSubject(java.lang.String value)
java.util.Calendar getLastSavedTime()
void setLastSavedTime(java.util.Calendar value)
java.lang.String getLastSavedBy()
void setLastSavedBy(java.lang.String value)
java.util.Calendar getLastPrinted()
void setLastPrinted(java.util.Calendar value)
java.lang.String getLanguage()
void setLanguage(java.lang.String value)
java.lang.String getAuthor()
void setAuthor(java.lang.String value)
java.lang.String getComments()
void setComments(java.lang.String value)
java.lang.String getCategory()
void setCategory(java.lang.String value)
java.lang.String getContentType()
void setContentType(java.lang.String value)
java.lang.String getContentStatus()
void setContentStatus(java.lang.String value)
java.lang.String getCompany()
void setCompany(java.lang.String value)
java.lang.String getHyperlinkBase()
void setHyperlinkBasey(java.lang.String value)
java.util.Calendar getCreatedDate()
void setCreatedDate(java.util.Calendar value)
java.lang.String getKeywords()
void setKeywords(java.lang.String value)
boolean getLinksUpToDate()
void setLinksUpToDate(boolean value)
int getWords()
void setWords(int value)