class Poppler::ChoiceField

Public Instance Methods

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