- java.lang.Object
-
- com.itextpdf.text.pdf.PdfNumberTree
-
public class PdfNumberTree extends java.lang.ObjectCreates a number tree.- Author:
- Paulo Soares (psoares@consiste.pt)
-
-
Constructor Summary
Constructors Constructor Description PdfNumberTree()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.HashMapreadTree(PdfDictionary dic)static PdfDictionarywriteTree(java.util.HashMap items, PdfWriter writer)Creates a number tree.
-
-
-
Method Detail
-
writeTree
public static PdfDictionary writeTree(java.util.HashMap items, PdfWriter writer) throws java.io.IOException
Creates 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:
java.io.IOException- on error
-
readTree
public static java.util.HashMap readTree(PdfDictionary dic)
-
-