Uses of Enum Class
io.keikai.api.model.CellStyle.VerticalAlignment
Packages that use CellStyle.VerticalAlignment
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
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.VerticalAlignmentModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyVerticalAlignment(Range range, CellStyle.VerticalAlignment alignment) Apply vertical-alignment to cells in the rangeCellOperationUtil.getVerticalAligmentApplier(CellStyle.VerticalAlignment alignment) -
Uses of CellStyle.VerticalAlignment in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.VerticalAlignmentModifier and TypeMethodDescriptionCellStyle.getVerticalAlignment()Gets vertical alignmentstatic CellStyle.VerticalAlignmentReturns the enum constant of this class with the specified name.static CellStyle.VerticalAlignment[]CellStyle.VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api.model with parameters of type CellStyle.VerticalAlignmentModifier and TypeMethodDescriptionvoidEditableCellStyle.setVerticalAlignment(CellStyle.VerticalAlignment alignment) Deprecated.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.VerticalAlignmentModifier and TypeMethodDescriptionCellStyleImpl.getVerticalAlignment()static CellStyle.VerticalAlignmentEnumUtil.toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment) Methods in io.keikai.api.model.impl with parameters of type CellStyle.VerticalAlignmentModifier and TypeMethodDescriptionvoidEditableCellStyleImpl.setVerticalAlignment(CellStyle.VerticalAlignment alignment) static SCellStyle.VerticalAlignmentEnumUtil.toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment) 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