- java.lang.Object
-
- com.lowagie.text.pdf.PdfNumberTree
-
public class PdfNumberTree extends Object
Creates 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 HashMap<Integer,PdfObject>readTree(PdfDictionary dic)static PdfDictionarywriteTree(Map<Integer,? extends PdfObject> items, PdfWriter writer)Creates a number tree.
-
-
-
Method Detail
-
writeTree
public static PdfDictionary writeTree(Map<Integer,? extends PdfObject> items, PdfWriter writer) throws 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:
IOException- on error
-
readTree
public static HashMap<Integer,PdfObject> readTree(PdfDictionary dic)
-
-