Class PdfNumberTree

java.lang.Object
com.aowagie.text.pdf.PdfNumberTree

class PdfNumberTree extends Object
Creates a number tree.
  • Field Details

  • Constructor Details

    • PdfNumberTree

      PdfNumberTree()
  • Method Details

    • writeTree

      static PdfDictionary writeTree(HashMap items, PdfWriter writer) throws IOException
      Creates a number tree.
      Parameters:
      items - the item of the number tree. The key is an Integer and the value is a PdfObject.
      writer - the writer
      Returns:
      the dictionary with the number tree.
      Throws:
      IOException - on error
    • iterateItems

      private static void iterateItems(PdfDictionary dic, HashMap items)