|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdfWriter.DocumentInfo
This class is used to set the document information fields in a PDF document.
| Field Summary | |
static String |
KEY_AUTHOR
|
static String |
KEY_CREATIONDATE
|
static String |
KEY_CREATOR
|
static String |
KEY_KEYWORDS
|
static String |
KEY_MODDATE
|
static String |
KEY_PRODUCER
|
static String |
KEY_SUBJECT
|
static String |
KEY_TITLE
|
| Constructor Summary | |
DocumentInfo()
Document Info constructor. |
|
| Method Summary | |
String |
getAuthor()
Gets the document's author field value. |
Date |
getCreationDate()
Gets the document creation date field value. |
String |
getCreator()
Gets the document's creator field value. |
String |
getKeywords()
Gets the document's keywords field value. |
Date |
getModDate()
Returns the documents modified date field value. |
String |
getProducer()
Gets the document's product field value. |
String |
getSubject()
Gets the document's subject field value. |
String |
getTitle()
Gets the document's title field value. |
void |
setAuthor(String author)
Set the document's author. |
void |
setCreationDate(Date creationDate)
Set the document's creation date. |
void |
setCreator(String creator)
Set the document's creator. |
void |
setKeywords(String keywords)
Set the document's keywords. |
void |
setModDate(Date modDate)
Sets the document's modified date field. |
void |
setModifiedDate(Date modDate)
Set the document's modified date. |
void |
setProducer(String producer)
Set the document's producer. |
void |
setSubject(String subject)
Set the document's subject. |
void |
setTitle(String title)
Sets the document's title. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String KEY_TITLE
public static final String KEY_AUTHOR
public static final String KEY_SUBJECT
public static final String KEY_KEYWORDS
public static final String KEY_CREATOR
public static final String KEY_PRODUCER
public static final String KEY_CREATIONDATE
public static final String KEY_MODDATE
| Constructor Detail |
public DocumentInfo()
| Method Detail |
public void setTitle(String title)
title - The document's title.public void setAuthor(String author)
author - The document's author.public void setCreationDate(Date creationDate)
creationDate - The document's creation date.public void setCreator(String creator)
creator - The document's creator.public void setKeywords(String keywords)
keywords - The document's keywords.public void setModifiedDate(Date modDate)
modDate - The document's modified date.public void setProducer(String producer)
producer - The document's producer.public void setSubject(String subject)
subject - The document's subject.public Date getModDate()
public void setModDate(Date modDate)
modDate - The new modified date value.public String getAuthor()
public Date getCreationDate()
public String getCreator()
public String getKeywords()
public String getProducer()
public String getSubject()
public String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||