Class DocumentProperties
public class DocumentProperties
extends Object 
Represents the document properties of pdf.
- 
Constructor SummaryConstructors 
- 
Method Summary
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. 
 
Gets the title of the document. 
 void
 
Sets the name of the person that created the document. 
 void
 
Sets the creation date and time of the document. 
 void
 
Sets the name of the application that created the original document. 
 void
 
Sets the keywords (separated by comma) associated with the document. 
 void
 
Sets the date and time the document was most recently modified. 
 void
 
Sets the PDF Version of the generated document. 
 void
 
Sets the name of the application that created the document. 
 void
 
Sets the subject of the document. 
 void
 
Sets the title of the document. 
   
 
 
 
- 
Constructor Details
- 
DocumentPropertiespublic DocumentProperties() 
 
- 
Method Details
- 
getPdfVersionpublic float getPdfVersion() Gets the PDF Version of the generated document. 
- 
setPdfVersionpublic void setPdfVersion(float value) Sets the PDF Version of the generated document. 
- 
getTitleGets the title of the document. 
- 
setTitlepublic void setTitle(String value) Sets the title of the document. 
- 
getAuthorGets the name of the person that created the document. 
- 
setAuthorpublic void setAuthor(String value) Sets the name of the person that created the document. 
- 
getSubjectGets the subject of the document. 
- 
setSubjectpublic void setSubject(String value) Sets the subject of the document. 
- 
getKeywordsGets the keywords (separated by comma) associated with the document. 
- 
setKeywordspublic void setKeywords(String value) Sets the keywords (separated by comma) associated with the document. 
- 
getCreatorGets the name of the application that created the original document. 
- 
setCreatorpublic void setCreator(String value) Sets the name of the application that created the original document. 
- 
getProducerGets the name of the application that created the document. 
- 
setProducerpublic void setProducer(String value) Sets the name of the application that created the document. 
- 
getCreationDateGets the creation date and time of the document. 
- 
setCreationDatepublic void setCreationDate(Calendar value) Sets the creation date and time of the document. 
- 
getModifyDateGets the date and time the document was most recently modified. 
- 
setModifyDatepublic void setModifyDate(Calendar value) Sets the date and time the document was most recently modified. 
-