public class PdfNameTree extends Object
| Constructor and Description |
|---|
PdfNameTree(PdfCatalog catalog, PdfName treeType)
Creates the NameTree of current Document
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(String key, PdfObject value) |
PdfDictionary |
buildTree() |
Map<String,PdfObject> |
getNames() |
boolean |
isModified() |
public PdfNameTree(PdfCatalog catalog, PdfName treeType)
catalog - Document catalog
treeType - the type of tree. Dests Tree, AP Tree etc.
Copyright © 1998–2016 iText Group NV. All rights reserved.