com.lowagie.text.pdf
public class PdfNumberTree extends Object
| Field Summary | |
|---|---|
| static int | leafSize |
| Method Summary | |
|---|---|
| static void | iterateItems(PdfDictionary dic, HashMap items) |
| static HashMap | readTree(PdfDictionary dic) |
| static PdfDictionary | writeTree(HashMap items, PdfWriter writer)
Creates a number tree. |
Parameters: items the item of the number tree. The key is an Integer
and the value is a PdfObject. writer the writer
Returns: the dictionary with the number tree.
Throws: IOException on error