Class PDFNameTreeNode

    • Constructor Detail

      • PDFNameTreeNode

        public PDFNameTreeNode()
        create a named destination
    • Method Detail

      • 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​(java.lang.String key)
        Sets the lower limit value of the Limits array.
        Parameters:
        key - the lower limit value
      • getLowerLimit

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

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

        public java.lang.String getUpperLimit()
        Returns the upper limit value of the Limits array.
        Returns:
        the upper limit value
      • prepareLimitsArray

        private PDFArray prepareLimitsArray()