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 class
implementation for built-in stylesclass
TableStyle
implementation 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 boolean
XSSFBuiltinTableStyle.isBuiltinStyle
(TableStyle style) NOTE: only checks by name, not definition.Constructors in org.apache.poi.xssf.usermodel with parameters of type TableStyleModifierConstructorDescriptionprotected
XSSFBuiltinTypeStyleStyle
(XSSFBuiltinTableStyle builtIn, TableStyle style)