Uses of Class
io.keikai.model.SheetRegion
Packages that use SheetRegion
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
The exporter that convert Keikai Spreadsheet to PDF.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
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(STableItem 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(STableItem item, int rowIdx) TableImpl.getItemRegion(STableItem 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) 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.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SheetRegionModifier and TypeMethodDescriptionvoidPdfExporter.export(SheetRegion region, OutputStream outputStream) Deprecated.Exports only the given sheet region as PDF (restores the 6.3 region-level overload).voidRustPdfExporter.export(SheetRegion region, OutputStream fos) Exports only the given region of its sheet (restores the 6.3 region-level overload). -
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 hrizontal, FormulaParseContext context) FormulaEngineImpl.extendPtgs(FormulaExpression fexpr, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) FormulaEngineImpl.move(String formula, SheetRegion srcRegion, int rowOffset, int columnOffset, FormulaParseContext context) FormulaEngineImpl.movePtgs(FormulaExpression fexpr, SheetRegion srcRegion, int rowOffset, int columnOffset, FormulaParseContext context) FormulaEngineImpl.shrink(String formula, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context) FormulaEngineImpl.shrinkPtgs(FormulaExpression fexpr, SheetRegion srcRegion, boolean hrizontal, 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)