PdfFormFieldType

public enum PdfFormFieldType

Specifies the type of a PDF form field.

Entries

Link copied to clipboard

Unknown or undefined field type.

Link copied to clipboard

A text field where users can enter text from the keyboard.

Link copied to clipboard

A push button that responds immediately to user input without retaining a permanent value.

Link copied to clipboard

A check box that toggles between two states (on and off).

Link copied to clipboard

A radio button that is part of a mutually exclusive group.

Link copied to clipboard

A combo box (drop-down list), optionally with an editable text field.

Link copied to clipboard

A scrollable list box for selecting one or more items.

Link copied to clipboard

A signature field for electronic signatures.

Functions

Link copied to clipboard
public static PdfFormFieldType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<PdfFormFieldType> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.