Class: Poppler::ChoiceField

Inherits:
FormField
  • Object
show all
Defined in:
lib/poppler.rb,
ext/poppler/rbpoppler-choice-field.c

Instance Method Summary collapse

Instance Method Details

#combo?Boolean

Returns:

  • (Boolean)


97
98
99
# File 'lib/poppler.rb', line 97

def combo?
  type == FormChioceType::COMBO
end

#list?Boolean

Returns:

  • (Boolean)


101
102
103
# File 'lib/poppler.rb', line 101

def list?
  type == FormChoiceType::LIST
end