Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
io.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
static Range.ApplyBorderType |
Range.ApplyBorderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.ApplyBorderType[] |
Range.ApplyBorderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CellOperationUtil.applyBorder(Range range,
Range.ApplyBorderType applyType,
CellStyle.BorderType borderType,
String htmlColor)
Apply border to cells in the range
|
void |
Range.applyBorders(Range.ApplyBorderType applyType,
CellStyle.BorderType borderType,
String htmlColor)
apply borders
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.applyBorders(Range.ApplyBorderType type,
CellStyle.BorderType borderType,
String htmlColor) |
Modifier and Type | Method and Description |
---|---|
static SRange.ApplyBorderType |
EnumUtil.toRangeApplyBorderType(Range.ApplyBorderType type) |
Constructor and Description |
---|
ApplyBorderHandler(Range.ApplyBorderType applyType,
CellStyle.BorderType borderType) |
Constructor and Description |
---|
CellBorderAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
Range.ApplyBorderType applyType,
CellStyle.BorderType borderType,
String htmlColor) |
Copyright © 2020. All rights reserved.