Class PdfNumberTree
- java.lang.Object
-
- com.gitlab.pdftk_java.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 HashMapreadTree(PdfDictionary dic)static PdfDictionarywriteTree(HashMap items, PdfWriter writer)Creates a number tree.
-
-
-
Method Detail
-
writeTree
public static PdfDictionary writeTree(HashMap items, PdfWriter writer) throws IOException
Creates a number tree.- Parameters:
items- the item of the number tree. The key is anIntegerand the value is aPdfIndirectReference.writer- the writer- Returns:
- the dictionary with the number tree.
- Throws:
IOException- on error
-
readTree
public static HashMap readTree(PdfDictionary dic)
-
-