Uses of Enum
com.dynamicpdf.api.ButtonFieldType
Packages that use ButtonFieldType
-
Uses of ButtonFieldType in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return ButtonFieldTypeModifier and TypeMethodDescriptionButtonFieldInformation.getType()
Gets the type of the button field, ex: RadioButton, CheckBox etc.static ButtonFieldType
Returns the enum constant of this type with the specified name.static ButtonFieldType[]
ButtonFieldType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api with parameters of type ButtonFieldTypeModifier and TypeMethodDescriptionvoid
ButtonFieldInformation.setType(ButtonFieldType value)
sets the type of the button field, ex: RadioButton, CheckBox etc.