class Poppler::ChoiceField

Public Instance Methods

combo?() click to toggle source
# File lib/poppler.rb, line 80
def combo?
  type == FormChioceType::COMBO
end
list?() click to toggle source
# File lib/poppler.rb, line 84
def list?
  type == FormChoiceType::LIST
end