Uses of Enum Class
io.keikai.model.SCellStyle.Alignment
Packages that use SCellStyle.Alignment
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Utilities classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
-
Uses of SCellStyle.Alignment in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic SCellStyle.AlignmentEnumUtil.toStyleAlignemnt(CellStyle.Alignment alignment) Methods in io.keikai.api.model.impl with parameters of type SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic CellStyle.AlignmentEnumUtil.toStyleAlignemnt(SCellStyle.Alignment alignment) -
Uses of SCellStyle.Alignment in io.keikai.model
Methods in io.keikai.model that return SCellStyle.AlignmentModifier and TypeMethodDescriptionSCellStyle.getAlignment()Gets the horizontal alignmentstatic SCellStyle.AlignmentReturns the enum constant of this class with the specified name.static SCellStyle.Alignment[]SCellStyle.Alignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SCellStyle.AlignmentModifier and TypeMethodDescriptionSCellStyleBuilder.alignment(SCellStyle.Alignment alignment) voidSCellStyle.setAlignment(SCellStyle.Alignment alignment) Deprecated. -
Uses of SCellStyle.Alignment in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCellStyle.AlignmentModifier and TypeFieldDescriptionprotected SCellStyle.AlignmentCellStyleImpl._alignmentDeprecated.protected SCellStyle.AlignmentImmutableCellStyleImpl.alignmentMethods in io.keikai.model.impl that return SCellStyle.AlignmentModifier and TypeMethodDescriptionCellStyleImpl.getAlignment()Deprecated.ImmutableCellStyleImpl.getAlignment()NamedStyleImpl.getAlignment()Methods in io.keikai.model.impl with parameters of type SCellStyle.AlignmentModifier and TypeMethodDescriptionCellStyleBuilderImpl.alignment(SCellStyle.Alignment alignment) voidCellStyleImpl.setAlignment(SCellStyle.Alignment alignment) Deprecated.voidImmutableCellStyleImpl.setAlignment(SCellStyle.Alignment alignment) voidNamedStyleImpl.setAlignment(SCellStyle.Alignment alignment) -
Uses of SCellStyle.Alignment in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SCellStyle.Alignment -
Uses of SCellStyle.Alignment in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic voidStyleUtil.setTextHAlign(SBook book, CellStyleHolder holder, SCellStyle.Alignment align) static voidWholeStyleUtil.setTextHAlign(SRange wholeRange, SCellStyle.Alignment hAlignment) -
Uses of SCellStyle.Alignment in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic SCellStyle.AlignmentCellFormatHelper.getRealAlignment(SCell cell)