Class PdfNumberTree

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

public class PdfNumberTree extends Object
Creates a number tree.
Author:
Paulo Soares (psoares@consiste.pt)
  • Constructor Details

    • PdfNumberTree

      public PdfNumberTree()
  • Method Details

    • writeTree

      public 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
    • readTree

      public static HashMap readTree(PdfDictionary dic)