Uses of Interface
org.apache.poi.ss.usermodel.NamedStyle
-
Packages that use NamedStyle Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.xssf.usermodel -
-
Uses of NamedStyle in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return NamedStyle Modifier and Type Method Description protected NamedStyle
AbstractExcelExporter. toPOINamedStyle(SNamedStyle cellStyle)
-
Uses of NamedStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement NamedStyle Modifier and Type Class Description class
XSSFNamedStyle
Methods in org.apache.poi.xssf.usermodel that return NamedStyle Modifier and Type Method Description static NamedStyle
XSSFWorkbookHelper. createNamedStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, String name, boolean custom, int builtinId, int index)
Method parameters in org.apache.poi.xssf.usermodel with type arguments of type NamedStyle Modifier and Type Method Description static void
XSSFWorkbookHelper. addNamedStyles(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, List<NamedStyle> cellStyles)
-