Class PDFNameTreeNode

All Implemented Interfaces:
PDFWritable
Direct Known Subclasses:
PDFDests, PDFEmbeddedFiles

public class PDFNameTreeNode extends PDFDictionary
Class representing a PDF name tree node.
  • Constructor Details

    • PDFNameTreeNode

      public PDFNameTreeNode()
      create a named destination
  • Method Details

    • setKids

      public void setKids(PDFArray kids)
      Sets the Kids array.
      Parameters:
      kids - the Kids array
    • getKids

      public PDFArray getKids()
      Returns the Kids array.
      Returns:
      the Kids array
    • setNames

      public void setNames(PDFArray names)
      Sets the Names array.
      Parameters:
      names - the Names array
    • getNames

      public PDFArray getNames()
      Returns the Names array.
      Returns:
      the Names array
    • setLowerLimit

      public void setLowerLimit(String key)
      Sets the lower limit value of the Limits array.
      Parameters:
      key - the lower limit value
    • getLowerLimit

      public String getLowerLimit()
      Returns the lower limit value of the Limits array.
      Returns:
      the lower limit value
    • setUpperLimit

      public void setUpperLimit(String key)
      Sets the upper limit value of the Limits array.
      Parameters:
      key - the upper limit value
    • getUpperLimit

      public String getUpperLimit()
      Returns the upper limit value of the Limits array.
      Returns:
      the upper limit value