Uses of Enum Class
io.keikai.model.SCellStyle.Alignment
Packages that use SCellStyle.Alignment
Package
Description
-
Uses of SCellStyle.Alignment in io.keikai.importer
Methods in io.keikai.importer that return SCellStyle.AlignmentModifier and TypeMethodDescriptionprotected SCellStyle.AlignmentXlsxImporter.toHorizontalAlignment(String align) -
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.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic SCellStyle.AlignmentPoiEnumConversion.toHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment poiHorizontalAlignment) Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.AlignmentModifier and TypeMethodDescriptionstatic org.apache.poi.ss.usermodel.HorizontalAlignmentPoiEnumConversion.toPoiHorizontalAlignment(SCellStyle.Alignment alignment)