接口 IBuiltInDocumentPropertyCollection
- 所有超级接口:
IDocumentPropertyCollection
A collection of built-in document properties.
-
方法概要
修饰符和类型方法说明Gets 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.boolean
Gets whether hyperlinks in a document are up-to-date.Gets the manager property.Gets the name of the application.int
getPages()
Gets an estimate of the number of pages in the document.Gets the universal time of the last save.boolean
Gets 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.int
Gets the total editing time in minutes.int
getWords()
Gets an estimate of the number of words in the document.void
Sets the name of the document's author.void
setCategory
(String value) Sets the category of the document.void
setComments
(String value) Sets the the document comments.void
setCompany
(String value) Sets the company property.void
setContentStatus
(String value) Sets the content status of the document..void
setContentType
(String value) Sets the content type of the document.void
setCreatedDate
(Calendar value) Sets the date of the document creation in local timezone.void
setDocumentVersion
(String value) Sets the version of the file.void
setHyperlinkBasey
(String value) Sets the hyperlinkbase property.void
setKeywords
(String value) Sets the document keywords.void
setLanguage
(String value) Sets the document's language.void
setLastPrinted
(Calendar value) Sets the Universal time when the document was last printed.void
setLastSavedBy
(String value) Sets the name of the last author.void
setLastSavedTime
(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
(String value) Sets the manager property.void
setNameOfApplication
(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
(String value) Sets the universal time of the last save.void
setScaleCrop
(boolean value) Sets the display mode of the document thumbnail.void
setSubject
(String value) Sets the subject of the document.void
setTemplate
(String value) Sets the informational name of the document template.void
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.
-
方法详细资料
-
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. GcExcel does not update this property when you modify 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. GcExcel does not update this property when you modify the document. -
setLastSavedTime
Sets the time of the last save in local timezone. -
getLastSavedBy
String getLastSavedBy()Gets the name of the last author. GcExcel does not update this property when you modify 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. GcExcel does not update this property when you modify 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.
-