Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gnu::jpdf::PDFInfo Class Reference

Inheritance diagram for gnu::jpdf::PDFInfo:

Inheritance graph
[legend]
Collaboration diagram for gnu::jpdf::PDFInfo:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

This class stores details of the author, the PDF generator etc. The values are accessible via the PDFDocument class.

Author:
Peter T. Mount

Eric Z. Beard, ericzbeard@hotmail.com

Author
ezb
Version:
Revision
1.1.1.1
,
Date
2001/10/29 19:51:08


Constructor & Destructor Documentation

gnu::jpdf::PDFInfo::PDFInfo  )  [inline]
 

This constructs a minimal info object

gnu::jpdf::PDFInfo::PDFInfo String  title  )  [inline]
 

Parameters:
title Title of this document


Member Function Documentation

String gnu::jpdf::PDFInfo::getAuthor  )  [inline]
 

Get the value of author.

Returns:
value of author.

String gnu::jpdf::PDFInfo::getCreator  )  [inline]
 

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.

Returns:
value of creator.

String gnu::jpdf::PDFInfo::getKeywords  )  [inline]
 

Get the value of keywords.

Returns:
value of keywords.

String gnu::jpdf::PDFInfo::getSubject  )  [inline]
 

Get the value of subject.

Returns:
value of subject.

String gnu::jpdf::PDFInfo::getTitle  )  [inline]
 

Get the value of title.

Returns:
value of title.

void gnu::jpdf::PDFInfo::setAuthor String  v  )  [inline]
 

Set the value of author.

Parameters:
v Value to assign to author.

void gnu::jpdf::PDFInfo::setCreator String  v  )  [inline]
 

Set the value of creator.

Parameters:
v Value to assign to creator.

void gnu::jpdf::PDFInfo::setKeywords String  v  )  [inline]
 

Set the value of keywords.

Parameters:
v Value to assign to keywords.

void gnu::jpdf::PDFInfo::setSubject String  v  )  [inline]
 

Set the value of subject.

Parameters:
v Value to assign to subject.

void gnu::jpdf::PDFInfo::setTitle String  v  )  [inline]
 

Set the value of title.

Parameters:
v Value to assign to title.

void gnu::jpdf::PDFInfo::write OutputStream  os  )  throws IOException [inline, virtual]
 

Parameters:
os OutputStream to send the object to
Exceptions:
IOException on error

Implements gnu::jpdf::PDFObject.


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 16:58:07 2005 by  doxygen 1.3.9.1