com.lowagie.text.pdf
Class PdfNameTree
java.lang.Object
com.lowagie.text.pdf.PdfNameTree
- public class PdfNameTree
- extends Object
Creates a name tree.
- Author:
- Paulo Soares (psoares@consiste.pt)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
leafSize
private static final int leafSize
- See Also:
- Constant Field Values
stringCompare
private static final StringCompare stringCompare
PdfNameTree
public PdfNameTree()
writeTree
public static PdfDictionary writeTree(HashMap items,
PdfWriter writer)
throws IOException
- Creates a name tree.
- Parameters:
items
- the item of the name tree. The key is a String
and the value is a PdfIndirectReference
. 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
- the writer
- Returns:
- the dictionary with the name tree. This dictionary is the one
generally pointed to by the key /Dests
- Throws:
IOException
- on error
iterateItems
private static void iterateItems(PdfDictionary dic,
HashMap items)
readTree
public static HashMap readTree(PdfDictionary dic)