Uses of Interface
org.apache.poi.ss.usermodel.NamedStyle
-
Packages that use NamedStyle Package Description org.apache.poi.xssf.usermodel -
-
Uses of NamedStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement NamedStyle Modifier and Type Class Description classXSSFNamedStyleMethods in org.apache.poi.xssf.usermodel that return NamedStyle Modifier and Type Method Description static NamedStyleXSSFWorkbookHelper. createNamedStyle(XSSFWorkbook workbook, java.lang.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 voidXSSFWorkbookHelper. addNamedStyles(XSSFWorkbook workbook, java.util.List<NamedStyle> cellStyles)
-