Uses of Enum Class
io.keikai.model.SCellStyle.VerticalAlignment
Packages that use SCellStyle.VerticalAlignment
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.
-
Uses of SCellStyle.VerticalAlignment in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionstatic SCellStyle.VerticalAlignmentEnumUtil.toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment) Methods in io.keikai.api.model.impl with parameters of type SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionstatic CellStyle.VerticalAlignmentEnumUtil.toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model
Methods in io.keikai.model that return SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionSCellStyle.getVerticalAlignment()Gets vertical alignmentstatic SCellStyle.VerticalAlignmentReturns the enum constant of this class with the specified name.static SCellStyle.VerticalAlignment[]SCellStyle.VerticalAlignment.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.VerticalAlignmentModifier and TypeMethodDescriptionvoidSCellStyle.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) Deprecated.SCellStyleBuilder.verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCellStyle.VerticalAlignmentModifier and TypeFieldDescriptionprotected SCellStyle.VerticalAlignmentCellStyleImpl._verticalAlignmentDeprecated.protected SCellStyle.VerticalAlignmentImmutableCellStyleImpl.verticalAlignmentMethods in io.keikai.model.impl that return SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionCellStyleImpl.getVerticalAlignment()Deprecated.ImmutableCellStyleImpl.getVerticalAlignment()NamedStyleImpl.getVerticalAlignment()Methods in io.keikai.model.impl with parameters of type SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionvoidCellStyleImpl.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) Deprecated.voidImmutableCellStyleImpl.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) voidNamedStyleImpl.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) CellStyleBuilderImpl.verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionvoidCellStyleMatcher.setVerticalAlignment(SCellStyle.VerticalAlignment align) -
Uses of SCellStyle.VerticalAlignment in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionstatic voidStyleUtil.setTextVAlign(SBook book, CellStyleHolder holder, SCellStyle.VerticalAlignment valign) static voidWholeStyleUtil.setTextVAlign(SRange wholeRange, SCellStyle.VerticalAlignment vAlignment)