Uses of Class
io.keikai.model.SCellStyle.VerticalAlignment
-
Packages that use SCellStyle.VerticalAlignment Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp 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.VerticalAlignment Modifier and Type Method Description static SCellStyle.VerticalAlignmentEnumUtil. toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment)Methods in io.keikai.api.model.impl with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static CellStyle.VerticalAlignmentEnumUtil. toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment) -
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(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(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(VerticalAlignment poiVerticalAlignment)Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static VerticalAlignmentPoiEnumConversion. toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment)
-