Uses of Class
io.keikai.model.SheetRegion
Packages that use SheetRegion
Package
Description
-
Uses of SheetRegion in io.keikai.model
Subclasses of SheetRegion in io.keikai.modelMethods in io.keikai.model that return SheetRegionModifier and TypeMethodDescriptionSTable.getAllRegion()STable.getColumnsRegion(String columnName1, String columnName2) STable.getDataRegion()STable.getHeadersRegion()STable.getItemRegion(org.apache.poi.ss.formula.ptg.TablePtg.Item item, int rowIdx) SDependencyTracer.getSheetRegion()STable.getThisRowRegion(int rowIdx) STable.getTotalsRegion()Methods in io.keikai.model that return types with arguments of type SheetRegionMethods in io.keikai.model with parameters of type SheetRegionModifier and TypeMethodDescriptionSSheet.pasteCell(SheetRegion src, CellRegion dest, PasteOption option) paste cell from src sheet to this sheet, the sheets must in same bookvoidSDependencyTracer.setSheetRegion(SheetRegion sheetRegion) Method parameters in io.keikai.model with type arguments of type SheetRegion -
Uses of SheetRegion in io.keikai.model.impl
Methods in io.keikai.model.impl that return SheetRegionModifier and TypeMethodDescriptionTableImpl.DummyTable.getAllRegion()TableImpl.getAllRegion()TableImpl.DummyTable.getColumnsRegion(String columnName1, String columnName2) TableImpl.getColumnsRegion(String columnName1, String columnName2) TableImpl.DummyTable.getDataRegion()TableImpl.getDataRegion()TableImpl.DummyTable.getHeadersRegion()TableImpl.getHeadersRegion()TableImpl.DummyTable.getItemRegion(org.apache.poi.ss.formula.ptg.TablePtg.Item item, int rowIdx) TableImpl.getItemRegion(org.apache.poi.ss.formula.ptg.TablePtg.Item item, int rowIdx) DependencyTracerImpl.getSheetRegion()TableImpl.DummyTable.getThisRowRegion(int rowIdx) TableImpl.getThisRowRegion(int rowIdx) TableImpl.DummyTable.getTotalsRegion()TableImpl.getTotalsRegion()Methods in io.keikai.model.impl that return types with arguments of type SheetRegionMethods in io.keikai.model.impl with parameters of type SheetRegionModifier and TypeMethodDescriptionPasteCellHelper.pasteCell(SheetRegion src, CellRegion dest, PasteOption option) SheetImpl.pasteCell(SheetRegion src, CellRegion dest, PasteOption option) voidPasteCellHelper.pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names) voidDependencyTracerImpl.setSheetRegion(SheetRegion sheetRegion) Method parameters in io.keikai.model.impl with type arguments of type SheetRegionConstructors in io.keikai.model.impl with parameters of type SheetRegionModifierConstructorDescriptionTableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info) TableImpl(AbstractBookAdv book, String name, String displayName, SheetRegion region, int headerRowCount, int totalsRowCount, STableStyleInfo info, boolean totalsRowShown) -
Uses of SheetRegion in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type SheetRegionModifier and TypeMethodDescriptionFormulaEngineImpl.extend(String formula, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context) FormulaEngineImpl.extendPtgs(FormulaExpression fe, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context) protected FormulaEngineImpl.FormulaAdjusterFormulaEngineImpl.getMoveAdjuster(SheetRegion region, int rowOffset, int columnOffset) FormulaEngineImpl.move(String formula, SheetRegion region, int rowOffset, int columnOffset, FormulaParseContext context) FormulaEngineImpl.movePtgs(FormulaExpression fe, SheetRegion region, int rowOffset, int columnOffset, FormulaParseContext context) FormulaEngineImpl.shrink(String formula, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context) FormulaEngineImpl.shrinkPtgs(FormulaExpression fe, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context) -
Uses of SheetRegion in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula with parameters of type SheetRegionModifier and TypeMethodDescriptionFormulaEngine.extend(String formula, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) FormulaEngine.extendPtgs(FormulaExpression fexpr, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) modifyFormulaExpressionfor cells insertionFormulaEngine.move(String formula, SheetRegion srcRegion, int rowOffset, int columnOffset, FormulaParseContext context) Shift the formula that care on sheet and region.FormulaEngine.movePtgs(FormulaExpression fexpr, SheetRegion srcRegion, int rowOffset, int columnOffset, FormulaParseContext context) Shift the formula that care on sheet and region for cells insertion, deletion, and pasteFormulaEngine.shrink(String formula, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) FormulaEngine.shrinkPtgs(FormulaExpression fexpr, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) modifyFormulaExpressionfor cells deletion -
Uses of SheetRegion in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SheetRegionModifier and TypeMethodDescriptionstatic voidNotifyChangeHelper.notifyBeforeCellValueChange(SheetRegion sheetRegion) voidNotifyChangeHelper.notifyCellChange(SheetRegion notify, CellAttribute cellAttr) voidNotifyChangeHelper.notifyMergeAdd(SheetRegion notify) voidNotifyChangeHelper.notifyMergeRemove(SheetRegion notify) voidNotifyChangeHelper.notifyMergeSync(SheetRegion notify) voidNotifyChangeHelper.notifyRowColumnSizeChange(SheetRegion notify) Method parameters in io.keikai.range.impl with type arguments of type SheetRegionModifier and TypeMethodDescriptionvoidNotifyChangeHelper.notifyCellChange(Set<SheetRegion> cellNotifySet, CellAttribute cellAttr) voidNotifyChangeHelper.notifyMergeAdd(Set<SheetRegion> toAdd) voidNotifyChangeHelper.notifyMergeRemove(Set<SheetRegion> toRemove) voidNotifyChangeHelper.notifyRowColumnSizeChange(Set<SheetRegion> notifySet) -
Uses of SheetRegion in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SheetRegionModifier and TypeMethodDescriptionvoidAbstractExporter.export(SheetRegion sheetRegion, OutputStream fos)