类 DocumentProperties

java.lang.Object
com.grapecity.documents.excel.DocumentProperties

public class DocumentProperties extends Object
Represents the document properties of pdf.
  • 构造器详细资料

    • DocumentProperties

      public DocumentProperties()
  • 方法详细资料

    • getPdfVersion

      public float getPdfVersion()
      Gets the PDF Version of the generated document.
    • setPdfVersion

      public void setPdfVersion(float value)
      Sets the PDF Version of the generated document.
    • getTitle

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

      public void setTitle(String value)
      Sets the title of the document.
    • getAuthor

      public String getAuthor()
      Gets the name of the person that created the document.
    • setAuthor

      public void setAuthor(String value)
      Sets the name of the person that created the document.
    • getSubject

      public String getSubject()
      Gets the subject of the document.
    • setSubject

      public void setSubject(String value)
      Sets the subject of the document.
    • getKeywords

      public String getKeywords()
      Gets the keywords (separated by comma) associated with the document.
    • setKeywords

      public void setKeywords(String value)
      Sets the keywords (separated by comma) associated with the document.
    • getCreator

      public String getCreator()
      Gets the name of the application that created the original document.
    • setCreator

      public void setCreator(String value)
      Sets the name of the application that created the original document.
    • getProducer

      public String getProducer()
      Gets the name of the application that created the document.
    • setProducer

      public void setProducer(String value)
      Sets the name of the application that created the document.
    • getCreationDate

      public Calendar getCreationDate()
      Gets the creation date and time of the document.
    • setCreationDate

      public void setCreationDate(Calendar value)
      Sets the creation date and time of the document.
    • getModifyDate

      public Calendar getModifyDate()
      Gets the date and time the document was most recently modified.
    • setModifyDate

      public void setModifyDate(Calendar value)
      Sets the date and time the document was most recently modified.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object