Uses of Class
io.keikai.model.SCellStyle.VerticalAlignment
-
Packages that use SCellStyle.VerticalAlignment 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.VerticalAlignment in io.keikai.importer
Methods in io.keikai.importer that return SCellStyle.VerticalAlignment Modifier and Type Method Description protected SCellStyle.VerticalAlignmentXlsxImporter. toVerticalAlignment(java.lang.String align) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model
Methods in io.keikai.model that return SCellStyle.VerticalAlignment Modifier and Type Method Description SCellStyle.VerticalAlignmentSCellStyle. getVerticalAlignment()Gets vertical alignmentstatic SCellStyle.VerticalAlignmentSCellStyle.VerticalAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SCellStyle.VerticalAlignment[]SCellStyle.VerticalAlignment. 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.VerticalAlignment Modifier and Type Method Description voidSCellStyle. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)Deprecated.SCellStyleBuilderSCellStyleBuilder. verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCellStyle.VerticalAlignment Modifier and Type Field Description protected SCellStyle.VerticalAlignmentCellStyleImpl. _verticalAlignmentDeprecated.protected SCellStyle.VerticalAlignmentImmutableCellStyleImpl. verticalAlignmentMethods in io.keikai.model.impl that return SCellStyle.VerticalAlignment Modifier and Type Method Description SCellStyle.VerticalAlignmentCellStyleImpl. getVerticalAlignment()Deprecated.SCellStyle.VerticalAlignmentImmutableCellStyleImpl. getVerticalAlignment()SCellStyle.VerticalAlignmentNamedStyleImpl. getVerticalAlignment()Methods in io.keikai.model.impl with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description voidCellStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)Deprecated.voidImmutableCellStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)voidNamedStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)SCellStyleBuilderCellStyleBuilderImpl. verticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) -
Uses of SCellStyle.VerticalAlignment in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description voidCellStyleMatcher. setVerticalAlignment(SCellStyle.VerticalAlignment align) -
Uses of SCellStyle.VerticalAlignment in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static 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.VerticalAlignment Modifier and Type Method Description static SCellStyle.VerticalAlignmentPoiEnumConversion. toVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment poiVerticalAlignment)Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static org.apache.poi.ss.usermodel.VerticalAlignmentPoiEnumConversion. toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment)
-