Uses of Class
io.keikai.model.SCellStyle.Alignment
-
Packages that use SCellStyle.Alignment Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.model.util io.keikai.range.impl io.keikai.range.impl.imexp -
-
Uses of SCellStyle.Alignment in io.keikai.importer
Methods in io.keikai.importer that return SCellStyle.Alignment Modifier and Type Method Description protected SCellStyle.AlignmentXlsxImporter. toHorizontalAlignment(java.lang.String align) -
Uses of SCellStyle.Alignment in io.keikai.model
Methods in io.keikai.model that return SCellStyle.Alignment Modifier and Type Method Description SCellStyle.AlignmentSCellStyle. getAlignment()Gets the horizontal alignmentstatic SCellStyle.AlignmentSCellStyle.Alignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SCellStyle.Alignment[]SCellStyle.Alignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SCellStyle.Alignment Modifier and Type Method Description SCellStyleBuilderSCellStyleBuilder. 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.Alignment Modifier and Type Field Description protected SCellStyle.AlignmentCellStyleImpl. _alignmentDeprecated.protected SCellStyle.AlignmentImmutableCellStyleImpl. alignmentMethods in io.keikai.model.impl that return SCellStyle.Alignment Modifier and Type Method Description SCellStyle.AlignmentCellStyleImpl. getAlignment()Deprecated.SCellStyle.AlignmentImmutableCellStyleImpl. getAlignment()SCellStyle.AlignmentNamedStyleImpl. getAlignment()Methods in io.keikai.model.impl with parameters of type SCellStyle.Alignment Modifier and Type Method Description SCellStyleBuilderCellStyleBuilderImpl. 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 Modifier and Type Method Description voidCellStyleMatcher. setAlignment(SCellStyle.Alignment align) -
Uses of SCellStyle.Alignment in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCellStyle.Alignment Modifier and Type Method Description static 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.Alignment Modifier and Type Method Description static SCellStyle.AlignmentPoiEnumConversion. toHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment poiHorizontalAlignment)Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.Alignment Modifier and Type Method Description static org.apache.poi.ss.usermodel.HorizontalAlignmentPoiEnumConversion. toPoiHorizontalAlignment(SCellStyle.Alignment alignment)
-