Class PDListBox

  • All Implemented Interfaces:
    COSObjectable

    public final class PDListBox
    extends PDChoice
    A scrollable list box. Contains several text items, one or more of which shall be selected as the field value.
    Author:
    John Hewson
    • Method Detail

      • getTopIndex

        public int getTopIndex()
        This will get the top index "TI" value.
        Returns:
        the top index, default value 0.
      • setTopIndex

        public void setTopIndex​(java.lang.Integer topIndex)
        This will set top index "TI" value.
        Parameters:
        topIndex - the value for the top index, null will remove the value.