Uses of Interface
io.keikai.model.SBorder
-
Packages that use SBorder Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of SBorder in io.keikai.importer
Methods in io.keikai.importer that return SBorder Modifier and Type Method Description protected SBorder
XlsxImporter. createSBorder(Borders.Border border)
-
Uses of SBorder in io.keikai.model
Methods in io.keikai.model that return SBorder Modifier and Type Method Description SBorder
SCellStyle. getBorder()
Returns the border -
Uses of SBorder in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SBorder Modifier and Type Class Description class
AbstractBorderAdv
class
BorderImpl
Deprecated.class
ImmutableBorderImpl
Methods in io.keikai.model.impl that return SBorder Modifier and Type Method Description SBorder
BorderBuilderImpl. build()
SBorder
CellStyleImpl. getBorder()
Deprecated.SBorder
ImmutableCellStyleImpl. getBorder()
SBorder
NamedStyleImpl. getBorder()
Methods in io.keikai.model.impl with parameters of type SBorder Modifier and Type Method Description protected void
CellStyleImpl. setBorder(SBorder border)
Deprecated.Constructors in io.keikai.model.impl with parameters of type SBorder Constructor Description BorderBuilderImpl(BookImpl bookImpl, SBorder src)
ConditionalStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat, SColorScale colorScale, SDataBar dataBar, Double barPercent, SIconSet iconSet, Integer iconSetId)
ImmutableExtraStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat)
TableStyleElemImpl(SFont font, SFill fill, SBorder border)
-