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(Integer 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.
Copyright © 1998–2018 iText Group NV. All rights reserved.