Interface StylingHandler

All Known Implementing Classes:
AbstractBorderHandler, AlignmentHandler, BackgroundColorHandler, BoldHandler, BorderBottomHandler, BorderHandler, BorderLeftHandler, BorderRightHandler, BorderTopHandler, FontFamilyHandler, FontSizeHandler, FormatHandler, ItalicHandler, LockedHandler, StrikeoutHandler, TextColorHandler, UnderlineHandler, VerticalAlignmentHandler, WrapTextHandler

public interface StylingHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
  • Method Details

    • handleStyling

      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)