Uses of Interface
org.apache.poi.ss.usermodel.TableStyle
-
Packages that use TableStyle Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.model org.apache.poi.xssf.usermodel -
-
Uses of TableStyle in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return TableStyle Modifier and Type Method Description TableStyle
TableStyleInfo. getStyle()
-
Uses of TableStyle in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return TableStyle Modifier and Type Method Description TableStyle
StylesTable. getExplicitTableStyle(java.lang.String name)
NOTE: this only returns explicitly defined stylesTableStyle
StylesTable. getTableStyle(java.lang.String name)
-
Uses of TableStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement TableStyle Modifier and Type Class Description protected static class
XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle
implementation for built-in stylesclass
XSSFTableStyle
TableStyle
implementation for styles defined in the OOXML styles.xml.Methods in org.apache.poi.xssf.usermodel that return TableStyle Modifier and Type Method Description TableStyle
XSSFBuiltinTableStyle. getStyle()
TableStyle
XSSFTableStyleInfo. getStyle()
Methods in org.apache.poi.xssf.usermodel with parameters of type TableStyle Modifier and Type Method Description static boolean
XSSFBuiltinTableStyle. isBuiltinStyle(TableStyle style)
NOTE: only checks by name, not definition.Constructors in org.apache.poi.xssf.usermodel with parameters of type TableStyle Constructor Description XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn, TableStyle style)
-