|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.pdf.PdfObject
edu.harvard.hul.ois.jhove.module.pdf.PdfDictionary
public class PdfDictionary
A representation of a PDF dictionary object.
Field Summary |
---|
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfObject |
---|
_genNumber, _objNumber |
Constructor Summary | |
---|---|
PdfDictionary()
Creates a PdfDictionary object. |
|
PdfDictionary(int objNumber,
int genNumber)
Creates a PdfDictionary object. |
Method Summary | |
---|---|
void |
add(java.lang.String key,
PdfObject value)
Accumulate an entry into the dictionary. |
PdfObject |
get(java.lang.String key)
Get the PDFObject whose key has the specified string value. |
boolean |
isPdfACompliant()
Return true if it's within the PDF/A implementation limit. |
java.util.Iterator |
iterator()
Returns an iterator which will successively return all the values in the dictionary. |
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.PdfObject |
---|
getGenNumber, getObjNumber, setGenNumber, setObjNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfDictionary(int objNumber, int genNumber)
objNumber
- The PDF object numbergenNumber
- The PDF generation numberpublic PdfDictionary()
Method Detail |
---|
public void add(java.lang.String key, PdfObject value)
key
- String value of the dictionary keyvalue
- PdfObject encapsulation of the dictionary valuepublic PdfObject get(java.lang.String key)
key
- The string value of the key to look up.public boolean isPdfACompliant()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |