Uses of Interface
io.keikai.api.model.CellStyle
Packages that use CellStyle
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of CellStyle in io.keikai.api
Methods in io.keikai.api that return CellStyleModifier and TypeMethodDescriptionRange.getCellStyle()Gets the first cell(top-left) style of this rangeMethods in io.keikai.api with parameters of type CellStyleModifier and TypeMethodDescriptioncreate a new cell style builder and clone attribute from src if it is not nullRange.CellStyleHelper.createCellStyle(CellStyle src) Deprecated.booleanRange.CellStyleHelper.isAvailable(CellStyle style) Check if this style still availablevoidRange.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 CellStyleModifier and TypeMethodDescriptionRangeImpl.getCellStyle()get the first cell style of this rangeMethods in io.keikai.api.impl with parameters of type CellStyle -
Uses of CellStyle in io.keikai.api.model
Subinterfaces of CellStyle in io.keikai.api.modelModifier and TypeInterfaceDescriptioninterfaceDeprecated.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 -
Uses of CellStyle in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement CellStyleMethods in io.keikai.api.model.impl that return CellStyleMethods in io.keikai.api.model.impl with parameters of type CellStyle
Range.CellStyleHelper.builder(CellStyle)to create an immutable cell style