Uses of Enum Class
io.keikai.model.SCellStyle.VerticalAlignment
Packages that use SCellStyle.VerticalAlignment
Package
Description
-
Uses of SCellStyle.VerticalAlignment in io.keikai.importer
Methods in io.keikai.importer that return SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionprotected SCellStyle.VerticalAlignmentXlsxImporter.toVerticalAlignment(String align) -
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) -
Uses of SCellStyle.VerticalAlignment in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionstatic SCellStyle.VerticalAlignmentPoiEnumConversion.toVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment poiVerticalAlignment) Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.VerticalAlignmentModifier and TypeMethodDescriptionstatic org.apache.poi.ss.usermodel.VerticalAlignmentPoiEnumConversion.toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment)