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.VerticalAlignment
EnumUtil. toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment)
Methods in io.keikai.api.model.impl with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static CellStyle.VerticalAlignment
EnumUtil. 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.VerticalAlignment
XlsxImporter. 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.VerticalAlignment
SCellStyle. getVerticalAlignment()
Gets vertical alignmentstatic SCellStyle.VerticalAlignment
SCellStyle.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 void
SCellStyle. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)
Deprecated.SCellStyleBuilder
SCellStyleBuilder. 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.VerticalAlignment
CellStyleImpl. _verticalAlignment
Deprecated.protected SCellStyle.VerticalAlignment
ImmutableCellStyleImpl. verticalAlignment
Methods in io.keikai.model.impl that return SCellStyle.VerticalAlignment Modifier and Type Method Description SCellStyle.VerticalAlignment
CellStyleImpl. getVerticalAlignment()
Deprecated.SCellStyle.VerticalAlignment
ImmutableCellStyleImpl. getVerticalAlignment()
SCellStyle.VerticalAlignment
NamedStyleImpl. getVerticalAlignment()
Methods in io.keikai.model.impl with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description void
CellStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)
Deprecated.void
ImmutableCellStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)
void
NamedStyleImpl. setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment)
SCellStyleBuilder
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.VerticalAlignment Modifier and Type Method Description void
CellStyleMatcher. 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 void
StyleUtil. setTextVAlign(SBook book, CellStyleHolder holder, SCellStyle.VerticalAlignment valign)
static void
WholeStyleUtil. 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.VerticalAlignment
PoiEnumConversion. toVerticalAlignment(VerticalAlignment poiVerticalAlignment)
Methods in io.keikai.range.impl.imexp with parameters of type SCellStyle.VerticalAlignment Modifier and Type Method Description static VerticalAlignment
PoiEnumConversion. toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment)
-