| java.lang.Object com.lowagie.text.pdf.PdfNameTree
PdfNameTree | public class PdfNameTree (Code) | | Creates a name tree.
author: Paulo Soares (psoares@consiste.pt) |
writeTree | public static PdfDictionary writeTree(HashMap items, PdfWriter writer) throws IOException(Code) | | Creates a name tree.
Parameters: items - the item of the name tree. The key is a String and the value is a PdfObject . Note that although thekeys are strings only the lower byte is used and no check is made for charswith the same lower byte and different upper byte. This will generate a wrongtree name. Parameters: writer - the writer throws: IOException - on error the dictionary with the name tree. This dictionary is the onegenerally pointed to by the key /Dests, for example |
|
|