public class PdfNumTree extends Object implements Serializable
| Constructor and Description |
|---|
PdfNumTree(PdfCatalog catalog, PdfName treeType)
Creates the NumberTree of current Document
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(int key, PdfObject value) |
PdfDictionary |
buildTree() |
Map<Integer,PdfObject> |
getNumbers() |
public PdfNumTree(PdfCatalog catalog, PdfName treeType)
catalog - Document catalog
treeType - the type of tree. ParentTree or PageLabels.
public void addEntry(int key,
PdfObject value) public PdfDictionary buildTree()
Copyright © 1998–2019 iText Group NV. All rights reserved.