Package com.lowagie.text.pdf
Class PdfNumberTree
java.lang.Object
com.lowagie.text.pdf.PdfNumberTree
Creates a number tree.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HashMapreadTree(PdfDictionary dic) static PdfDictionaryCreates a number tree.
-
Constructor Details
-
PdfNumberTree
public PdfNumberTree()
-
-
Method Details
-
writeTree
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:
IOException- on error
-
readTree
-