class Poppler::ChoiceField
Public Instance Methods
combo?()
click to toggle source
# File lib/poppler.rb, line 97 def combo? type == FormChioceType::COMBO end
list?()
click to toggle source
# File lib/poppler.rb, line 101 def list? type == FormChoiceType::LIST end