java.lang.Object
com.github.developframework.excel.styles.CompositeColor
- 作者:
- qiushui on 2023-05-23.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidconfigureBorderColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CellStyle cellStyle) protected voidconfigureFontColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Font font) protected voidconfigureForegroundColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CellStyle cellStyle) toString()
-
构造器详细资料
-
CompositeColor
public CompositeColor()
-
-
方法详细资料
-
toString
-
configureFontColor
protected void configureFontColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Font font) -
configureForegroundColor
protected void configureForegroundColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CellStyle cellStyle) -
configureBorderColor
protected void configureBorderColor(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CellStyle cellStyle)
-