Class AbstractBorderHandler
java.lang.Object
ch.tocco.nice2.reporting.impl.excel.styling.border.AbstractBorderHandler
- All Implemented Interfaces:
StylingHandler
- Direct Known Subclasses:
BorderBottomHandler,BorderHandler,BorderLeftHandler,BorderRightHandler,BorderTopHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.CellStylehandleStyling(org.apache.poi.ss.usermodel.CellStyle inputStyle, String attributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet) protected abstract voidsetBorder(org.apache.poi.xssf.usermodel.XSSFCellStyle cellStyle, Tuple2<org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.xssf.usermodel.XSSFColor> borderTuple)
-
Constructor Details
-
AbstractBorderHandler
public AbstractBorderHandler()
-
-
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:
handleStylingin interfaceStylingHandler
-
setBorder
protected abstract void setBorder(org.apache.poi.xssf.usermodel.XSSFCellStyle cellStyle, Tuple2<org.apache.poi.ss.usermodel.BorderStyle, org.apache.poi.xssf.usermodel.XSSFColor> borderTuple)
-