public class NameTree
extends java.lang.Object
Constructor and Description |
---|
NameTree(PDFObject root)
Creates a new instance of NameTree
|
Modifier and Type | Method and Description |
---|---|
PDFObject |
find(java.lang.String key)
Find the PDF object corresponding to the given String in a name tree
|
public NameTree(PDFObject root)
public PDFObject find(java.lang.String key) throws java.io.IOException
key
- the key we are looking for in the name treejava.io.IOException