Uses of Interface
org.apache.poi.ss.usermodel.TableStyle
Packages that use TableStyle
Package
Description
-
Uses of TableStyle in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return TableStyle -
Uses of TableStyle in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return TableStyleModifier and TypeMethodDescriptionStylesTable.getExplicitTableStyle(String name) NOTE: this only returns explicitly defined stylesStylesTable.getTableStyle(String name) -
Uses of TableStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement TableStyleModifier and TypeClassDescriptionprotected static classimplementation for built-in stylesclassTableStyleimplementation for styles defined in the OOXML styles.xml.Methods in org.apache.poi.xssf.usermodel that return TableStyleMethods in org.apache.poi.xssf.usermodel with parameters of type TableStyleModifier and TypeMethodDescriptionstatic booleanXSSFBuiltinTableStyle.isBuiltinStyle(TableStyle style) NOTE: only checks by name, not definition.Constructors in org.apache.poi.xssf.usermodel with parameters of type TableStyleModifierConstructorDescriptionprotectedXSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn, TableStyle style)