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