Class ItalicHandler

java.lang.Object
ch.tocco.nice2.reporting.impl.excel.styling.ItalicHandler
All Implemented Interfaces:
StylingHandler

public class ItalicHandler extends Object implements StylingHandler
  • Constructor Details

    • ItalicHandler

      public ItalicHandler()
  • Method Details

    • handleStyling

      public org.apache.poi.ss.usermodel.CellStyle handleStyling(org.apache.poi.ss.usermodel.CellStyle inputStyle, String attributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet)
      Specified by:
      handleStyling in interface StylingHandler