Class: Poppler::ChoiceField
- Inherits:
-
FormField
- Object
- FormField
- Poppler::ChoiceField
- Defined in:
- lib/poppler.rb,
ext/poppler/rbpoppler-choice-field.c
Instance Method Summary collapse
Instance Method Details
#combo? ⇒ Boolean
97 98 99 |
# File 'lib/poppler.rb', line 97 def combo? type == FormChioceType::COMBO end |
#list? ⇒ Boolean
101 102 103 |
# File 'lib/poppler.rb', line 101 def list? type == FormChoiceType::LIST end |