Uses of Interface
org.apache.poi.ss.usermodel.TableStyleInfo
-
Packages that use TableStyleInfo Package Description 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 Modifier and Type Method Description TableStyleInfo
Table. getStyle()
-
Uses of TableStyleInfo in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement TableStyleInfo Modifier and Type Class Description class
XSSFTableStyleInfo
Wrapper for the CT class, to cache values and add style lookupMethods in org.apache.poi.xssf.usermodel that return TableStyleInfo Modifier and Type Method Description TableStyleInfo
XSSFTable. getStyle()
-