Form$FormType
Kind: enum
Module/package: com.pdfdancer.common.model
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0
Enumeration of supported PDF form field types.
Declaration
public final class com.pdfdancer.common.model.Form$FormType extends java.lang.Enum<com.pdfdancer.common.model.Form$FormType>
Members
BUTTON
public static final com.pdfdancer.common.model.Form$FormType BUTTON
Clickable button element
CHECKBOX
public static final com.pdfdancer.common.model.Form$FormType CHECKBOX
Checkbox for binary selections
DROPDOWN
public static final com.pdfdancer.common.model.Form$FormType DROPDOWN
Dropdown list with selectable options
RADIO_BUTTON
public static final com.pdfdancer.common.model.Form$FormType RADIO_BUTTON
Radio button for mutually exclusive selections
TEXT_FIELD
public static final com.pdfdancer.common.model.Form$FormType TEXT_FIELD
Single-line or multi-line text input field
valueOf
public static com.pdfdancer.common.model.Form$FormType valueOf(java.lang.String)
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
values
public static com.pdfdancer.common.model.Form$FormType[] values()
Returns an array containing the constants of this enum class, in the order they are declared.