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 voidCellOperationUtil. applyVerticalAlignment(Range range, CellStyle.VerticalAlignment alignment)Apply vertical-alignment to cells in the rangestatic CellOperationUtil.CellStyleApplierCellOperationUtil. 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.VerticalAlignmentCellStyle. getVerticalAlignment()Gets vertical alignmentstatic CellStyle.VerticalAlignmentCellStyle.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 voidEditableCellStyle. setVerticalAlignment(CellStyle.VerticalAlignment alignment)Deprecated.CellStyle.BuilderCellStyle.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.VerticalAlignmentCellStyleImpl. getVerticalAlignment()static CellStyle.VerticalAlignmentEnumUtil. toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment)Methods in io.keikai.api.model.impl with parameters of type CellStyle.VerticalAlignment Modifier and Type Method Description voidEditableCellStyleImpl. setVerticalAlignment(CellStyle.VerticalAlignment alignment)static SCellStyle.VerticalAlignmentEnumUtil. toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment)CellStyle.BuilderCellStyleBuilderImpl. 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)
-