Uses of Interface
io.keikai.api.model.CellStyle
-
Packages that use CellStyle Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use only -
-
Uses of CellStyle in io.keikai.api
Methods in io.keikai.api that return CellStyle Modifier and Type Method Description CellStyle
Range. getCellStyle()
Gets the first cell(top-left) style of this rangeMethods in io.keikai.api with parameters of type CellStyle Modifier and Type Method Description CellStyle.Builder
Range.CellStyleHelper. builder(CellStyle src)
create a new cell style builder and clone attribute from src if it is not nullEditableCellStyle
Range.CellStyleHelper. createCellStyle(CellStyle src)
Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)
to create an immutable cell styleboolean
Range.CellStyleHelper. isAvailable(CellStyle style)
Check if this style still availablevoid
Range. setCellStyle(CellStyle nstyle)
Sets cell style, applies it to all cells of this range -
Uses of CellStyle in io.keikai.api.impl
Methods in io.keikai.api.impl that return CellStyle Modifier and Type Method Description CellStyle
RangeImpl. getCellStyle()
get the first cell style of this rangeMethods in io.keikai.api.impl with parameters of type CellStyle Modifier and Type Method Description void
RangeImpl. setCellStyle(CellStyle nstyle)
-
Uses of CellStyle in io.keikai.api.model
Subinterfaces of CellStyle in io.keikai.api.model Modifier and Type Interface Description interface
EditableCellStyle
Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)
to build an immutable cell styleMethods in io.keikai.api.model that return CellStyle Modifier and Type Method Description CellStyle
CellStyle.Builder. build()
Returns an immutable cell style object. -
Uses of CellStyle in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement CellStyle Modifier and Type Class Description class
CellStyleImpl
class
EditableCellStyleImpl
Methods in io.keikai.api.model.impl that return CellStyle Modifier and Type Method Description CellStyle
CellStyleBuilderImpl. build()
Methods in io.keikai.api.model.impl with parameters of type CellStyle Modifier and Type Method Description void
EditableCellStyleImpl. copyAttributeFrom(CellStyle src)
-