Uses of Enum Class
io.keikai.api.model.CellStyle.Alignment
Packages that use CellStyle.Alignment
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.Alignment in io.keikai.api
Methods in io.keikai.api with parameters of type CellStyle.AlignmentModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyAlignment(Range range, CellStyle.Alignment alignment) Apply alignment to cells in the rangeCellOperationUtil.getAligmentApplier(CellStyle.Alignment alignment) -
Uses of CellStyle.Alignment in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.AlignmentModifier and TypeMethodDescriptionCellStyle.getAlignment()Gets the horizontal alignmentstatic CellStyle.AlignmentReturns the enum constant of this class with the specified name.static CellStyle.Alignment[]CellStyle.Alignment.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.AlignmentModifier and TypeMethodDescriptionCellStyle.Builder.alignment(CellStyle.Alignment alignment) Sets horizontal alignment.voidEditableCellStyle.setAlignment(CellStyle.Alignment alignment) -
Uses of CellStyle.Alignment in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return CellStyle.AlignmentModifier and TypeMethodDescriptionCellStyleImpl.getAlignment()static CellStyle.AlignmentEnumUtil.toStyleAlignemnt(SCellStyle.Alignment alignment) Methods in io.keikai.api.model.impl with parameters of type CellStyle.AlignmentModifier and TypeMethodDescriptionCellStyleBuilderImpl.alignment(CellStyle.Alignment alignment) voidEditableCellStyleImpl.setAlignment(CellStyle.Alignment alignment) static SCellStyle.AlignmentEnumUtil.toStyleAlignemnt(CellStyle.Alignment alignment) -
Uses of CellStyle.Alignment in io.keikai.ui.impl.ua
Constructors in io.keikai.ui.impl.ua with parameters of type CellStyle.Alignment