Class PdfNumberTree
java.lang.Object
com.itextpdf.text.pdf.PdfNumberTree
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfNumberTree
public PdfNumberTree()
-
-
Method Details
-
writeTree
public static <O extends PdfObject> PdfDictionary writeTree(HashMap<Integer, O> items, PdfWriter writer) throws IOExceptionCreates a number tree.- Parameters:
items- the item of the number tree. The key is anIntegerand the value is aPdfObject.writer- the writer- Returns:
- the dictionary with the number tree.
- Throws:
IOException- on error
-
readTree
-