public class PdfNumberTree extends Object
Constructor and Description |
---|
PdfNumberTree() |
Modifier and Type | Method and Description |
---|---|
static HashMap<Integer,PdfObject> |
readTree(PdfDictionary dic) |
static |
writeTree(HashMap<Integer,O> items, PdfWriter writer)
Creates a number tree.
|
public staticPdfObject> PdfDictionary writeTree(HashMap<Integer,O> items, PdfWriter writer) throws IOException
items
- the item of the number tree. The key is an Integer
and the value is a PdfObject
.
writer
- the writer
IOException
- on error
public static HashMap<Integer,PdfObject> readTree(PdfDictionary dic)
Copyright © 2016. All rights reserved.