public class DocumentProperties
extends java.lang.Object
| Constructor and Description |
|---|
DocumentProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Gets the name of the person that created the document.
|
java.util.Calendar |
getCreationDate()
Gets the creation date and time of the document.
|
java.lang.String |
getCreator()
Gets the name of the application that created the original document.
|
java.lang.String |
getKeywords()
Gets the keywords (separated by comma) associated with the document.
|
java.util.Calendar |
getModifyDate()
Gets the date and time the document was most recently modified.
|
float |
getPdfVersion()
Gets the PDF Version of the generated document.
|
java.lang.String |
getProducer()
Gets the name of the application that created the document.
|
java.lang.String |
getSubject()
Gets the subject of the document.
|
java.lang.String |
getTitle()
Gets the title of the document.
|
void |
setAuthor(java.lang.String value)
Sets the name of the person that created the document.
|
void |
setCreationDate(java.util.Calendar value)
Sets the creation date and time of the document.
|
void |
setCreator(java.lang.String value)
Sets the name of the application that created the original document.
|
void |
setKeywords(java.lang.String value)
Sets the keywords (separated by comma) associated with the document.
|
void |
setModifyDate(java.util.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(java.lang.String value)
Sets the name of the application that created the document.
|
void |
setSubject(java.lang.String value)
Sets the subject of the document.
|
void |
setTitle(java.lang.String value)
Sets the title of the document.
|
java.lang.String |
toString() |
public float getPdfVersion()
public void setPdfVersion(float value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String value)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
public java.lang.String getCreator()
public void setCreator(java.lang.String value)
public java.lang.String getProducer()
public void setProducer(java.lang.String value)
public java.util.Calendar getCreationDate()
public void setCreationDate(java.util.Calendar value)
public java.util.Calendar getModifyDate()
public void setModifyDate(java.util.Calendar value)
public java.lang.String toString()
toString in class java.lang.Object