| Package | Description |
|---|---|
| org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getMoveAdjuster(SheetRegion region,
int rowOffset,
int columnOffset) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getRenameNameAdjuster(int sheetIndex,
String oldName,
String newName) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getRenameSheetAdjuster(SBook targetBook,
String oldSheetName,
String newSheetName) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getReorderSheetAdjuster(SBook targetBook,
int oldIndex,
int newIndex) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getShiftAdjuster(int rowOffset,
int columnOffset) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getTransposeAdjuster(int rowOrigin,
int columnOrigin) |
Copyright © 2019. All rights reserved.