Packageorg.purepdf.pdf
Classpublic class PdfNumberTree
InheritancePdfNumberTree Inheritance Object



Public Methods
 MethodDefined By
  
writeTree(items:HashMap, writer:PdfWriter):PdfDictionary
[static] Creates a number tree
PdfNumberTree
Method Detail
writeTree()method
public static function writeTree(items:HashMap, writer:PdfWriter):PdfDictionary

Creates a number tree

Parameters

items:HashMap — the item of the number tree. The key is an Integer and the value is a PdfObject.
 
writer:PdfWriter — the writer

Returns
PdfDictionary — the dictionary with the number tree.