|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.pdf.PDFObject
com.elegantj.pdf.Info
Info provides information about the document The information may be displayed using a viewer application
| Constructor Summary | |
Info()
The default constructor |
|
Info(java.lang.String title)
Constructs an Info object using specified title string |
|
| Method Summary | |
java.lang.Object |
clone()
Returns the clone of this object |
java.lang.String |
getAuthor()
Method which returns the document's author name |
java.lang.String |
getCreator()
Method which returns the document's creator application and version |
java.lang.String |
getKeywords()
Method which returns the keywords for this document Keywords are usually used by archive applications and search engines |
java.lang.String |
getSubject()
Method which returns the document's subject |
java.lang.String |
getTitle()
Method which returns the title of the document |
void |
setAuthor(java.lang.String author)
Method which sets the document's author name |
void |
setCreator(java.lang.String creator)
Method which sets the document's creator, usually the name of the application that's creating the document, and it's version number. |
void |
setKeywords(java.lang.String keywords)
Method which sets the keywords for this document Keywords are usually used by archive applications and search engines |
void |
setSubject(java.lang.String subject)
Method which sets the document's subject |
void |
setTitle(java.lang.String title)
Method which sets the title of the document |
| Methods inherited from class com.elegantj.pdf.PDFObject |
getPDFObjectID, getPDFObjectRefStr, getPDFObjectType, setPDFObjectID, setPDFObjectType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Info()
public Info(java.lang.String title)
title - The title of this PDF document| Method Detail |
public void setAuthor(java.lang.String author)
author - the name of the document's authorpublic java.lang.String getAuthor()
public void setCreator(java.lang.String creator)
creator - The name of the application creating the documentpublic java.lang.String getCreator()
public void setTitle(java.lang.String title)
title - The title of the documentpublic java.lang.String getTitle()
public void setSubject(java.lang.String subject)
subject - The document's subjectpublic java.lang.String getSubject()
public void setKeywords(java.lang.String keywords)
keywords - The keywords for the documentpublic java.lang.String getKeywords()
public java.lang.Object clone()
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||