| Modifier and Type | Method and Description |
|---|---|
boolean |
PDFDict.contains(PDFName key)
Tests whether the given key exists in the dictionary
|
PDFObject |
PDFDict.get(PDFName key)
Returns the object matching the given key.
|
void |
PDFDict.put(PDFName key,
PDFObject obj)
Puts an object with the matching key into the dictionary, adding the entry if the key is not already present.
|
void |
PDFDict.remove(PDFName key)
Removes a key/object pair from the dictionary.
|