PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / getField Method
The name of the field to get.
In This Topic
    getField Method
    In This Topic
    Gets the form field with the specified name.
    Syntax
    public PDFField getField( 
       java.lang.String fieldName
    )

    Parameters

    fieldName
    The name of the field to get.

    Return Value

    A com.o2sol.pdf4java.forms.PDFField object representing the specified field.
    See Also