|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icesoft.pdf.pobjects.PInfo
This class represents the data stored in a File trailers optional "info" entry.
Any entry whose value is not known should be omitted from the dictionary, rather than included with an empty string as its value.
Some plug-in extensions may choose to permit searches on the contents of the document information dictionary. To facilitate browsing and editing, all keys in the dictionary are fully spelled out, not abbreviated. New keys should be chosen with care so that they make sense to users.
| Constructor Summary | |
PInfo(SecurityManager securityManager,
Hashtable attributes)
Create a new instance of a PInfo object. |
|
| Method Summary | |
String |
getAuthor()
Gets the name of the person who created the document. |
PDate |
getCreationDate()
Gets the date and time the document was created. |
String |
getCreator()
Gets the name of the application. |
Object |
getCustomExtension(String name)
Gets the value of the custom extension specified by name. |
String |
getKeywords()
Gets the keywords associated with the document. |
PDate |
getModDate()
Gets the date and time the document was most recently modified. |
String |
getProducer()
Gets the name of the application. |
String |
getSubject()
Gets the subject of the document. |
String |
getTitle()
Gets the title of the document. |
String |
getTrappingInformation()
Get the name object indicating whether the document has been modified to include trapping information: False - The document has not yet been trapped; any desired trapping must still be done. Unknown - (default) Either it is unknown whether the document has been trapped or it has been partly but not yet fully trapped; some additional trapping may still be needed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PInfo(SecurityManager securityManager,
Hashtable attributes)
PInfo object.
attributes - info attributes.| Method Detail |
public Object getCustomExtension(String name)
name.
name - som plug-in extensions name.
public String getTitle()
public String getAuthor()
public String getSubject()
public String getKeywords()
public String getCreator()
public String getProducer()
public PDate getCreationDate()
public PDate getModDate()
public String getTrappingInformation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||