Packageorg.purepdf.pdf
Classpublic class PdfNameTree
InheritancePdfNameTree Inheritance Object



Public Methods
 MethodDefined By
  
writeTree(items:HashMap, writer:PdfWriter):PdfDictionary
[static] Writes a name tree to a PdfWriter.
PdfNameTree
Method Detail
writeTree()method
public static function writeTree(items:HashMap, writer:PdfWriter):PdfDictionary

Writes a name tree to a PdfWriter.

Parameters

items:HashMap — the item of the name tree. The key is a String and the value is a PdfObject. Note that although the keys are strings only the lower byte is used and no check is made for chars with the same lower byte and different upper byte. This will generate a wrong tree name.
 
writer:PdfWriter — the writer

Returns
PdfDictionary — the dictionary with the name tree. This dictionary is the one generally pointed to by the key /Dests, for example

Throws
IOException — on error