类的使用
cn.toutatis.xvoid.axolotl.excel.writer.components.AxolotlColor
使用AxolotlColor的程序包
程序包
说明
-
cn.toutatis.xvoid.axolotl.excel.writer.components中AxolotlColor的使用
-
cn.toutatis.xvoid.axolotl.excel.writer.style中AxolotlColor的使用
修饰符和类型字段说明static final AxolotlColorStyleHelper.BLACK_COLOR黑色颜色static final AxolotlColorStyleHelper.STANDARD_THEME_COLOR默认主题颜色static final AxolotlColorStyleHelper.WHITE_COLOR白色颜色修饰符和类型方法说明voidAbstractStyleRender.checkedAndUseCustomTheme(String themeFont, AxolotlColor themeColor) 检查并使用自定义字体 如果自定义字体不为空,则使用自定义字体,否则使用默认主题字体org.apache.poi.ss.usermodel.CellStyleAbstractStyleRender.createBlackMainTextCellStyle(org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor cellColor) org.apache.poi.ss.usermodel.CellStyleAbstractStyleRender.createBlackMainTextCellStyle(org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor cellColor) static org.apache.poi.ss.usermodel.CellStyleStyleHelper.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor foregroundColor) 创建具有指定边框样式、边框颜色、前景色的单元格样式。static org.apache.poi.ss.usermodel.CellStyleStyleHelper.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor foregroundColor, org.apache.poi.ss.usermodel.Font font) 创建通用的单元格样式org.apache.poi.ss.usermodel.FontAbstractStyleRender.createFont(String fontName, short fontSize, boolean isBold, AxolotlColor color) 创建字体org.apache.poi.ss.usermodel.FontAbstractStyleRender.createMainTextFont(short fontSize, AxolotlColor color) org.apache.poi.ss.usermodel.FontAbstractStyleRender.createMainTextFont(AxolotlColor color) static org.apache.poi.ss.usermodel.CellStyleStyleHelper.createStandardCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor foregroundColor, org.apache.poi.ss.usermodel.Font font) 创建标准单元格样式org.apache.poi.ss.usermodel.CellStyleAbstractStyleRender.createStyle(org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor cellColor, String fontName, short fontSize, boolean isBold, Object fontColor) org.apache.poi.ss.usermodel.CellStyleAbstractStyleRender.createStyle(org.apache.poi.ss.usermodel.BorderStyle borderStyle, org.apache.poi.ss.usermodel.IndexedColors borderColor, AxolotlColor cellColor, org.apache.poi.ss.usermodel.Font font)