Class: DynamicPDFApi::ButtonFieldType
- Inherits:
-
Object
- Object
- DynamicPDFApi::ButtonFieldType
- Defined in:
- lib/ruby_client/ButtonFieldType.rb
Overview
Specifies the type of a button field.
Constant Summary collapse
- RADIO_BUTTON =
Represents a Radio Button.
'radioButton'.freeze
- CHECK_BOX =
Represents a Checkbox.
'checkBox'.freeze