Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CellOperationUtil.CellStyleApplierEx
Interface for help apply whole row,column style
|
Modifier and Type | Method and Description |
---|---|
static void |
CellOperationUtil.applyCellStyle(Range range,
CellOperationUtil.CellStyleApplier applyer)
Apply style according to the cell style applier
|
Modifier and Type | Method and Description |
---|---|
static void |
ActionHelper.collectRichTextStyleActions(Range range,
CellOperationUtil.CellStyleApplier applier,
List<UndoableAction> actions)
Scan the given range and collect rich text cells actions which will be applied with the applier.
|
Constructor and Description |
---|
CellRichTextAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
CellOperationUtil.CellStyleApplier applier) |
CellStyleAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
CellOperationUtil.CellStyleApplier styleApplier) |
FontStyleAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
CellOperationUtil.CellStyleApplier styleApplier) |
Copyright © 2020. All rights reserved.