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

Packages that use TableStyleInfo
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of TableStyleInfo in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return TableStyleInfo
 TableStyleInfo Table.getStyle()
           
 

Uses of TableStyleInfo in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement TableStyleInfo
 class XSSFTableStyleInfo
          Wrapper for the CT class, to cache values and add style lookup
 

Methods in org.apache.poi.xssf.usermodel that return TableStyleInfo
 TableStyleInfo XSSFTable.getStyle()
           
 



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