接口 IBuiltInDocumentPropertyCollection

所有超级接口:
IDocumentPropertyCollection

public interface IBuiltInDocumentPropertyCollection extends IDocumentPropertyCollection
A collection of built-in document properties.
  • 方法详细资料

    • getManager

      String getManager()
      Gets the manager property.
    • setManager

      void setManager(String value)
      Sets the manager property.
    • getNameOfApplication

      String getNameOfApplication()
      Gets the name of the application.
    • setNameOfApplication

      void setNameOfApplication(String value)
      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

      void setRevisionNumber(String value)
      Sets the universal time of the last save.
    • getTemplate

      String getTemplate()
      Gets the informational name of the document template.
    • setTemplate

      void setTemplate(String value)
      Sets the informational name of the document template.
    • getTitle

      String getTitle()
      Gets the title of the document.
    • setTitle

      void setTitle(String value)
      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

      void setDocumentVersion(String value)
      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

      void setSubject(String value)
      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

      void setLastSavedTime(Calendar value)
      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

      void setLastSavedBy(String value)
      Sets the name of the last author.
    • getLastPrinted

      Calendar getLastPrinted()
      Gets the Universal time when the document was last printed.
    • setLastPrinted

      void setLastPrinted(Calendar value)
      Sets the Universal time when the document was last printed.
    • getLanguage

      String getLanguage()
      Gets the document's language.
    • setLanguage

      void setLanguage(String value)
      Sets the document's language.
    • getAuthor

      String getAuthor()
      Gets the name of the document's author.
    • setAuthor

      void setAuthor(String value)
      Sets the name of the document's author.
    • getComments

      String getComments()
      Gets the the document comments.
    • setComments

      void setComments(String value)
      Sets the the document comments.
    • getCategory

      String getCategory()
      Gets the category of the document.
    • setCategory

      void setCategory(String value)
      Sets the category of the document.
    • getContentType

      String getContentType()
      Gets the content type of the document.
    • setContentType

      void setContentType(String value)
      Sets the content type of the document.
    • getContentStatus

      String getContentStatus()
      Gets the content status of the document.
    • setContentStatus

      void setContentStatus(String value)
      Sets the content status of the document..
    • getCompany

      String getCompany()
      Gets the company property.
    • setCompany

      void setCompany(String value)
      Sets the company property.
    • getHyperlinkBase

      String getHyperlinkBase()
      Gets the hyperlinkbase property.
    • setHyperlinkBasey

      void setHyperlinkBasey(String value)
      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

      void setCreatedDate(Calendar value)
      Sets the date of the document creation in local timezone.
    • getKeywords

      String getKeywords()
      Gets the document keywords.
    • setKeywords

      void setKeywords(String value)
      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.