Uses of Interface
io.keikai.model.SNamedStyle
-
Packages that use SNamedStyle Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SNamedStyle in io.keikai.model
Methods in io.keikai.model that return SNamedStyle Modifier and Type Method Description SNamedStyle
SBook. getNamedStyle(String name)
Get the named style of this bookMethods in io.keikai.model that return types with arguments of type SNamedStyle Modifier and Type Method Description Collection<SNamedStyle>
SBook. getNamedStyles()
Get all name styles.Methods in io.keikai.model with parameters of type SNamedStyle Modifier and Type Method Description void
SBook. addNamedCellstyle(SNamedStyle namedStyle)
Add one more named cell style. -
Uses of SNamedStyle in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SNamedStyle Modifier and Type Class Description class
NamedStyleImpl
Methods in io.keikai.model.impl that return SNamedStyle Modifier and Type Method Description SNamedStyle
BookImpl. getNamedStyle(String name)
Methods in io.keikai.model.impl that return types with arguments of type SNamedStyle Modifier and Type Method Description Collection<SNamedStyle>
BookImpl. getNamedStyles()
Methods in io.keikai.model.impl with parameters of type SNamedStyle Modifier and Type Method Description void
BookImpl. addNamedCellstyle(SNamedStyle namedStyle)
-
Uses of SNamedStyle in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SNamedStyle Modifier and Type Method Description protected NamedStyle
AbstractExcelExporter. toPOINamedStyle(SNamedStyle cellStyle)
-