# File lib/spreadsheet/format.rb, line 128
   def italic
      return true if @italic >= 1
      return false
   end