Uses of Interface
org.apache.poi.ss.usermodel.TableStyleInfo
-
Packages that use TableStyleInfo Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.ss.usermodel -
-
Uses of TableStyleInfo in io.keikai.model
Subinterfaces of TableStyleInfo in io.keikai.model Modifier and Type Interface Description interface
STableStyleInfo
Table style info. -
Uses of TableStyleInfo in io.keikai.model.impl
Classes in io.keikai.model.impl that implement TableStyleInfo Modifier and Type Class Description class
AbstractTableStyleInfoAdv
class
TableStyleInfoImpl
Table styleMethods in io.keikai.model.impl that return TableStyleInfo Modifier and Type Method Description TableStyleInfo
TableImpl.DummyTable. getStyle()
TableStyleInfo
TableImpl. getStyle()
-
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()
-