module RubyXL::FontConvenienceMethods

def is_italic

Same is true for bold, strikethrough, etc
Funny enough, but presence of without value (equivalent to `val == nul`) means "italic = true"!
def is_italic
  i && (i.val != false)
end