

Public Member Functions | |
| PDFInfo () | |
| PDFInfo (String title) | |
| String | getAuthor () |
| void | setAuthor (String v) |
| String | getCreator () |
| void | setCreator (String v) |
| String | getTitle () |
| void | setTitle (String v) |
| String | getSubject () |
| void | setSubject (String v) |
| String | getKeywords () |
| void | setKeywords (String v) |
| void | write (OutputStream os) throws IOException |
Eric Z. Beard, ericzbeard@hotmail.com
|
|
This constructs a minimal info object |
|
|
|
|
|
Get the value of author.
|
|
|
PDF has two values, a Creator and a Producer. The creator field is available for calling code. The producer is fixed by this library. Get the value of creator.
|
|
|
Get the value of keywords.
|
|
|
Get the value of subject.
|
|
|
Get the value of title.
|
|
|
Set the value of author.
|
|
|
Set the value of creator.
|
|
|
Set the value of keywords.
|
|
|
Set the value of subject.
|
|
|
Set the value of title.
|
|
|
Implements gnu::jpdf::PDFObject. |
1.3.9.1