Uses of Class
io.keikai.api.model.CellStyle.VerticalAlignment
-
Packages that use CellStyle.VerticalAlignment Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of CellStyle.VerticalAlignment in io.keikai.api
Methods in io.keikai.api with parameters of type CellStyle.VerticalAlignment Modifier and Type Method Description static void
CellOperationUtil. applyVerticalAlignment(Range range, CellStyle.VerticalAlignment alignment)
Apply vertical-alignment to cells in the rangestatic CellOperationUtil.CellStyleApplier
CellOperationUtil. getVerticalAligmentApplier(CellStyle.VerticalAlignment alignment)
-
Uses of CellStyle.VerticalAlignment in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.VerticalAlignment Modifier and Type Method Description CellStyle.VerticalAlignment
CellStyle. getVerticalAlignment()
Gets vertical alignmentstatic CellStyle.VerticalAlignment
CellStyle.VerticalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellStyle.VerticalAlignment[]
CellStyle.VerticalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api.model with parameters of type CellStyle.VerticalAlignment Modifier and Type Method Description void
EditableCellStyle. setVerticalAlignment(CellStyle.VerticalAlignment alignment)
Deprecated.CellStyle.Builder
CellStyle.Builder. verticalAlignment(CellStyle.VerticalAlignment alignment)
Sets vertical alignment. -
Uses of CellStyle.VerticalAlignment in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return CellStyle.VerticalAlignment Modifier and Type Method Description CellStyle.VerticalAlignment
CellStyleImpl. getVerticalAlignment()
static CellStyle.VerticalAlignment
EnumUtil. toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment)
Methods in io.keikai.api.model.impl with parameters of type CellStyle.VerticalAlignment Modifier and Type Method Description void
EditableCellStyleImpl. setVerticalAlignment(CellStyle.VerticalAlignment alignment)
static SCellStyle.VerticalAlignment
EnumUtil. toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment)
CellStyle.Builder
CellStyleBuilderImpl. verticalAlignment(CellStyle.VerticalAlignment alignment)
-
Uses of CellStyle.VerticalAlignment in io.keikai.ui.impl.ua
Constructors in io.keikai.ui.impl.ua with parameters of type CellStyle.VerticalAlignment Constructor Description VerticalAlignHandler(CellStyle.VerticalAlignment type)
-