Uses of Interface
org.apache.poi.ss.usermodel.TableStyle

Packages that use TableStyle
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
 TableStyle TableStyleInfo.getStyle()
           
 

Uses of TableStyle in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return TableStyle
 TableStyle StylesTable.getExplicitTableStyle(java.lang.String name)
          NOTE: this only returns explicitly defined styles
 TableStyle 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
protected static class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle
          implementation for built-in styles
 class XSSFTableStyle
          TableStyle implementation for styles defined in the OOXML styles.xml.
 

Methods in org.apache.poi.xssf.usermodel that return TableStyle
 TableStyle XSSFBuiltinTableStyle.getStyle()
           
 TableStyle XSSFTableStyleInfo.getStyle()
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type TableStyle
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
XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn, TableStyle style)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.