Uses of Interface
io.keikai.model.STableStyleInfo
-
Packages that use STableStyleInfo Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of STableStyleInfo in io.keikai.model
Methods in io.keikai.model that return STableStyleInfo Modifier and Type Method Description STableStyleInfo
STable. getTableStyleInfo()
-
Uses of STableStyleInfo in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STableStyleInfo Modifier and Type Class Description class
AbstractTableStyleInfoAdv
class
TableStyleInfoImpl
Table styleMethods in io.keikai.model.impl that return STableStyleInfo Modifier and Type Method Description STableStyleInfo
TableImpl.DummyTable. getTableStyleInfo()
STableStyleInfo
TableImpl. getTableStyleInfo()
Methods in io.keikai.model.impl with parameters of type STableStyleInfo Modifier and Type Method Description void
TableImpl. setTableStyle(STableStyleInfo style)
Constructors in io.keikai.model.impl with parameters of type STableStyleInfo Constructor Description TableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info)
TableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info, boolean totalsRowShown)
-