Class PdfNumberTree
java.lang.Object
com.lowagie.text.pdf.PdfNumberTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiditerateItems(PdfDictionary dic, Map<Integer, PdfObject> items) Deprecated.readTree(PdfDictionary dic) Deprecated.static PdfDictionaryDeprecated.Creates a number tree.
-
Field Details
-
leafSize
private static final int leafSizeDeprecated.- See Also:
-
-
Constructor Details
-
PdfNumberTree
public PdfNumberTree()Deprecated.
-
-
Method Details
-
writeTree
public static PdfDictionary writeTree(Map<Integer, ? extends PdfObject> items, PdfWriter writer) throws IOException Deprecated.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
-
iterateItems
Deprecated. -
readTree
Deprecated.
-