class RubyXL::Font

def set_italic(val)

def set_italic(val)
  self.i = RubyXL::BooleanValue.new(:val => val)
end