Package com.grapecity.documents.excel
Interface IBuiltInDocumentPropertyCollection
- All Superinterfaces:
IDocumentPropertyCollection
A collection of built-in document properties.
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the document's author.Gets the category of the document.Gets the the document comments.Gets the company property.Gets the content status of the document.Gets the content type of the document.Gets the date of the document creation in local timezone.Gets the version of the file.Gets the hyperlinkbase property.Gets the document keywords.Gets the document's language.Gets the Universal time when the document was last printed.Gets the name of the last author.Gets the time of the last save in local timezone.booleanGets whether hyperlinks in a document are up-to-date.Gets the manager property.Gets the name of the application.intgetPages()Gets an estimate of the number of pages in the document.Gets the universal time of the last save.booleanGets the display mode of the document thumbnail.Gets the subject of the document.Gets the informational name of the document template.getTitle()Gets the title of the document.intGets the total editing time in minutes.intgetWords()Gets an estimate of the number of words in the document.voidSets the name of the document's author.voidsetCategory(String value) Sets the category of the document.voidsetComments(String value) Sets the the document comments.voidsetCompany(String value) Sets the company property.voidsetContentStatus(String value) Sets the content status of the document.voidsetContentType(String value) Sets the content type of the document.voidsetCreatedDate(Calendar value) Sets the date of the document creation in local timezone.voidsetDocumentVersion(String value) Sets the version of the file.voidsetHyperlinkBasey(String value) Sets the hyperlinkbase property.voidsetKeywords(String value) Sets the document keywords.voidsetLanguage(String value) Sets the document's language.voidsetLastPrinted(Calendar value) Sets the Universal time when the document was last printed.voidsetLastSavedBy(String value) Sets the name of the last author.voidsetLastSavedTime(Calendar value) Sets the time of the last save in local timezone.voidsetLinksUpToDate(boolean value) Sets whether hyperlinks in a document are up-to-date.voidsetManager(String value) Sets the manager property.voidsetNameOfApplication(String value) Sets the name of the application.voidsetPages(int value) Sets an estimate of the number of pages in the document.voidsetRevisionNumber(String value) Sets the universal time of the last save.voidsetScaleCrop(boolean value) Sets the display mode of the document thumbnail.voidsetSubject(String value) Sets the subject of the document.voidsetTemplate(String value) Sets the informational name of the document template.voidSets the title of the document.voidsetTotalEditingTime(int value) Sets the total editing time in minutes.voidsetWords(int value) Sets an estimate of the number of words in the document.
-
Method Details
-
getManager
String getManager()Gets the manager property. -
setManager
Sets the manager property. -
getNameOfApplication
String getNameOfApplication()Gets the name of the application. -
setNameOfApplication
Sets the name of the application. -
getPages
int getPages()Gets an estimate of the number of pages in the document. -
setPages
void setPages(int value) Sets an estimate of the number of pages in the document. -
getRevisionNumber
String getRevisionNumber()Gets the universal time of the last save. This property is not automatically updated when modifying the document. -
setRevisionNumber
Sets the universal time of the last save. -
getTemplate
String getTemplate()Gets the informational name of the document template. -
setTemplate
Sets the informational name of the document template. -
getTitle
String getTitle()Gets the title of the document. -
setTitle
Sets the title of the document. -
getTotalEditingTime
int getTotalEditingTime()Gets the total editing time in minutes. -
setTotalEditingTime
void setTotalEditingTime(int value) Sets the total editing time in minutes. -
getDocumentVersion
String getDocumentVersion()Gets the version of the file. -
setDocumentVersion
Sets the version of the file. -
getScaleCrop
boolean getScaleCrop()Gets the display mode of the document thumbnail. -
setScaleCrop
void setScaleCrop(boolean value) Sets the display mode of the document thumbnail. -
getSubject
String getSubject()Gets the subject of the document. -
setSubject
Sets the subject of the document. -
getLastSavedTime
Calendar getLastSavedTime()Gets the time of the last save in local timezone. This property is not automatically updated when modifying the document. -
setLastSavedTime
Sets the time of the last save in local timezone. -
getLastSavedBy
String getLastSavedBy()Gets the name of the last author. This property is not automatically updated when modifying the document. -
setLastSavedBy
Sets the name of the last author. -
getLastPrinted
Calendar getLastPrinted()Gets the Universal time when the document was last printed. -
setLastPrinted
Sets the Universal time when the document was last printed. -
getLanguage
String getLanguage()Gets the document's language. -
setLanguage
Sets the document's language. -
getAuthor
String getAuthor()Gets the name of the document's author. -
setAuthor
Sets the name of the document's author. -
getComments
String getComments()Gets the the document comments. -
setComments
Sets the the document comments. -
getCategory
String getCategory()Gets the category of the document. -
setCategory
Sets the category of the document. -
getContentType
String getContentType()Gets the content type of the document. -
setContentType
Sets the content type of the document. -
getContentStatus
String getContentStatus()Gets the content status of the document. -
setContentStatus
Sets the content status of the document. -
getCompany
String getCompany()Gets the company property. -
setCompany
Sets the company property. -
getHyperlinkBase
String getHyperlinkBase()Gets the hyperlinkbase property. -
setHyperlinkBasey
Sets the hyperlinkbase property. -
getCreatedDate
Calendar getCreatedDate()Gets the date of the document creation in local timezone. This property is not automatically updated when modifying the document. -
setCreatedDate
Sets the date of the document creation in local timezone. -
getKeywords
String getKeywords()Gets the document keywords. -
setKeywords
Sets the document keywords. -
getLinksUpToDate
boolean getLinksUpToDate()Gets whether hyperlinks in a document are up-to-date. -
setLinksUpToDate
void setLinksUpToDate(boolean value) Sets whether hyperlinks in a document are up-to-date. -
getWords
int getWords()Gets an estimate of the number of words in the document. -
setWords
void setWords(int value) Sets an estimate of the number of words in the document.
-