Object
# File lib/poppler.rb, line 81 def file_select? type == FormTextType::FILE_SELECT end
# File lib/poppler.rb, line 77 def multiline? type == FormTextType::MULTILINE end
# File lib/poppler.rb, line 85 def normal? type == FormTextType::NORMAL end