类 DocumentProperties
java.lang.Object
com.grapecity.documents.excel.DocumentProperties
Represents the document properties of pdf.
-
构造器概要
-
方法概要
修饰符和类型方法说明Gets the name of the person that created the document.Gets the creation date and time of the document.Gets the name of the application that created the original document.Gets the keywords (separated by comma) associated with the document.Gets the date and time the document was most recently modified.float
Gets the PDF Version of the generated document.Gets the name of the application that created the document.Gets the subject of the document.getTitle()
Gets the title of the document.void
Sets the name of the person that created the document.void
setCreationDate
(Calendar value) Sets the creation date and time of the document.void
setCreator
(String value) Sets the name of the application that created the original document.void
setKeywords
(String value) Sets the keywords (separated by comma) associated with the document.void
setModifyDate
(Calendar value) Sets the date and time the document was most recently modified.void
setPdfVersion
(float value) Sets the PDF Version of the generated document.void
setProducer
(String value) Sets the name of the application that created the document.void
setSubject
(String value) Sets the subject of the document.void
Sets the title of the document.toString()
-
构造器详细资料
-
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
Gets the title of the document. -
setTitle
Sets the title of the document. -
getAuthor
Gets the name of the person that created the document. -
setAuthor
Sets the name of the person that created the document. -
getSubject
Gets the subject of the document. -
setSubject
Sets the subject of the document. -
getKeywords
Gets the keywords (separated by comma) associated with the document. -
setKeywords
Sets the keywords (separated by comma) associated with the document. -
getCreator
Gets the name of the application that created the original document. -
setCreator
Sets the name of the application that created the original document. -
getProducer
Gets the name of the application that created the document. -
setProducer
Sets the name of the application that created the document. -
getCreationDate
Gets the creation date and time of the document. -
setCreationDate
Sets the creation date and time of the document. -
getModifyDate
Gets the date and time the document was most recently modified. -
setModifyDate
Sets the date and time the document was most recently modified. -
toString
-