PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / getSelectedItem Method
In This Topic
    getSelectedItem Method
    In This Topic
    Gets the first selected item in the list.
    Syntax
    public PDFListItem getSelectedItem()

    Return Value

    A PDFListItem that represents the selected item.
    See Also