module RubyXL::FontConvenienceMethods

def set_underline(val)

def set_underline(val)
  self.u = RubyXL::BooleanValue.new(:val => val)
end