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 TableStyleTableStyleInfo. 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 TableStyleStylesTable. getExplicitTableStyle(java.lang.String name)NOTE: this only returns explicitly defined stylesTableStyleStylesTable. 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 classXSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyleimplementation for built-in stylesclassXSSFTableStyleTableStyleimplementation for styles defined in the OOXML styles.xml.Methods in org.apache.poi.xssf.usermodel that return TableStyle Modifier and Type Method Description TableStyleXSSFBuiltinTableStyle. getStyle()TableStyleXSSFTableStyleInfo. getStyle()Methods in org.apache.poi.xssf.usermodel with parameters of type TableStyle Modifier and Type Method Description static booleanXSSFBuiltinTableStyle. 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)
-