Class: Poppler::TextField
- Inherits:
-
FormField
- Object
- FormField
- Poppler::TextField
- Defined in:
- lib/poppler.rb,
ext/poppler/rbpoppler-text-field.c
Instance Method Summary collapse
Instance Method Details
#file_select? ⇒ Boolean
68 69 70 |
# File 'lib/poppler.rb', line 68 def file_select? type == FormTextType::FILE_SELECT end |
#multiline? ⇒ Boolean
64 65 66 |
# File 'lib/poppler.rb', line 64 def multiline? type == FormTextType::MULTILINE end |
#normal? ⇒ Boolean
72 73 74 |
# File 'lib/poppler.rb', line 72 def normal? type == FormTextType::NORMAL end |