Uses of Class
io.keikai.api.model.CellStyle.Alignment
-
Packages that use CellStyle.Alignment Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of CellStyle.Alignment in io.keikai.api
Methods in io.keikai.api with parameters of type CellStyle.Alignment Modifier and Type Method Description static void
CellOperationUtil. applyAlignment(Range range, CellStyle.Alignment alignment)
Apply alignment to cells in the rangestatic CellOperationUtil.CellStyleApplier
CellOperationUtil. getAligmentApplier(CellStyle.Alignment alignment)
-
Uses of CellStyle.Alignment in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.Alignment Modifier and Type Method Description CellStyle.Alignment
CellStyle. getAlignment()
Gets the horizontal alignmentstatic CellStyle.Alignment
CellStyle.Alignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellStyle.Alignment[]
CellStyle.Alignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api.model with parameters of type CellStyle.Alignment Modifier and Type Method Description CellStyle.Builder
CellStyle.Builder. alignment(CellStyle.Alignment alignment)
Sets horizontal alignment.void
EditableCellStyle. setAlignment(CellStyle.Alignment alignment)
Deprecated. -
Uses of CellStyle.Alignment in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return CellStyle.Alignment Modifier and Type Method Description CellStyle.Alignment
CellStyleImpl. getAlignment()
static CellStyle.Alignment
EnumUtil. toStyleAlignemnt(SCellStyle.Alignment alignment)
Methods in io.keikai.api.model.impl with parameters of type CellStyle.Alignment Modifier and Type Method Description CellStyle.Builder
CellStyleBuilderImpl. alignment(CellStyle.Alignment alignment)
void
EditableCellStyleImpl. setAlignment(CellStyle.Alignment alignment)
static SCellStyle.Alignment
EnumUtil. toStyleAlignemnt(CellStyle.Alignment alignment)
-
Uses of CellStyle.Alignment in io.keikai.ui.impl.ua
Constructors in io.keikai.ui.impl.ua with parameters of type CellStyle.Alignment Constructor Description HorizontalAlignHandler(CellStyle.Alignment type)
-