Uses of Class
io.keikai.model.SheetRegion
-
Packages that use SheetRegion Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.html The exporter that convert Keikai Spreadsheet to HTML.io.keikai.model.impl.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.io.keikaiex.formula Classes bridging Keikai Spreadsheet formula functions to ZK EL functions. -
-
Uses of SheetRegion in io.keikai.model
Subclasses of SheetRegion in io.keikai.model Modifier and Type Class Description classPasteSheetRegionMethods in io.keikai.model that return SheetRegion Modifier and Type Method Description SheetRegionSTable. getAllRegion()SheetRegionSTable. getColumnsRegion(String columnName1, String columnName2)SheetRegionSTable. getDataRegion()SheetRegionSTable. getHeadersRegion()SheetRegionSTable. getItemRegion(TablePtg.Item item, int rowIdx)SheetRegionSDependencyTracer. getSheetRegion()SheetRegionSTable. getThisRowRegion(int rowIdx)SheetRegionSTable. getTotalsRegion()Methods in io.keikai.model that return types with arguments of type SheetRegion Modifier and Type Method Description Set<SheetRegion>SDependencyTracer. getRegions()Methods in io.keikai.model with parameters of type SheetRegion Modifier and Type Method Description CellRegionSSheet. 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 Modifier and Type Method Description voidSDependencyTracer. setRegions(Set<SheetRegion> region) -
Uses of SheetRegion in io.keikai.model.impl
Methods in io.keikai.model.impl that return SheetRegion Modifier and Type Method Description SheetRegionTableImpl.DummyTable. getAllRegion()SheetRegionTableImpl. getAllRegion()SheetRegionTableImpl.DummyTable. getColumnsRegion(String columnName1, String columnName2)SheetRegionTableImpl. getColumnsRegion(String columnName1, String columnName2)SheetRegionTableImpl.DummyTable. getDataRegion()SheetRegionTableImpl. getDataRegion()SheetRegionTableImpl.DummyTable. getHeadersRegion()SheetRegionTableImpl. getHeadersRegion()SheetRegionTableImpl.DummyTable. getItemRegion(TablePtg.Item item, int rowIdx)SheetRegionTableImpl. getItemRegion(TablePtg.Item item, int rowIdx)SheetRegionDependencyTracerImpl. getSheetRegion()SheetRegionTableImpl.DummyTable. getThisRowRegion(int rowIdx)SheetRegionTableImpl. getThisRowRegion(int rowIdx)SheetRegionTableImpl.DummyTable. getTotalsRegion()SheetRegionTableImpl. getTotalsRegion()Methods in io.keikai.model.impl that return types with arguments of type SheetRegion Modifier and Type Method Description Set<SheetRegion>DependencyTracerImpl. getRegions()Methods in io.keikai.model.impl with parameters of type SheetRegion Modifier and Type Method Description CellRegionPasteCellHelper. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)CellRegionSheetImpl. 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 SheetRegion Modifier and Type Method Description voidDependencyTracerImpl. setRegions(Set<SheetRegion> region)Constructors in io.keikai.model.impl with parameters of type SheetRegion Constructor Description TableImpl(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.html
Methods in io.keikai.model.impl.html with parameters of type SheetRegion Modifier and Type Method Description voidHtmlExporter. export(SheetRegion sheetRegion, OutputStream outputStream)Exports selected area of Keikai Spreadsheet active sheet represented byio.keikai.model.sys.XRange -
Uses of SheetRegion in io.keikai.model.impl.pdf
Methods in io.keikai.model.impl.pdf with parameters of type SheetRegion Modifier and Type Method Description voidPdfExporter. export(SheetRegion sheetRegion, OutputStream outputStream)Exports selected area of Keikai Spreadsheet active sheet represented byio.keikai.model.sys.XRange -
Uses of SheetRegion in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type SheetRegion Modifier and Type Method Description FormulaExpressionFormulaEngineImpl. extend(String formula, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context)FormulaExpressionFormulaEngineImpl. extendPtgs(FormulaExpression fe, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context)protected FormulaEngineImpl.FormulaAdjusterFormulaEngineImpl. getMoveAdjuster(SheetRegion region, int rowOffset, int columnOffset)FormulaExpressionFormulaEngineImpl. move(String formula, SheetRegion region, int rowOffset, int columnOffset, FormulaParseContext context)FormulaExpressionFormulaEngineImpl. movePtgs(FormulaExpression fe, SheetRegion region, int rowOffset, int columnOffset, FormulaParseContext context)FormulaExpressionFormulaEngineImpl. shrink(String formula, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context)FormulaExpressionFormulaEngineImpl. 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 SheetRegion Modifier and Type Method Description FormulaExpressionFormulaEngine. extend(String formula, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context)FormulaExpressionFormulaEngine. extendPtgs(FormulaExpression fexpr, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context)modifyFormulaExpressionfor cells insertionFormulaExpressionFormulaEngine. move(String formula, SheetRegion srcRegion, int rowOffset, int columnOffset, FormulaParseContext context)Shift the formula that care on sheet and region.FormulaExpressionFormulaEngine. 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 pasteFormulaExpressionFormulaEngine. shrink(String formula, SheetRegion srcRegion, boolean hrizontal, FormulaParseContext context)FormulaExpressionFormulaEngine. 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 SheetRegion Modifier and Type Method Description 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 SheetRegion Modifier and Type Method Description voidNotifyChangeHelper. 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 SheetRegion Modifier and Type Method Description voidAbstractExporter. export(SheetRegion sheetRegion, OutputStream fos) -
Uses of SheetRegion in io.keikaiex.formula
Methods in io.keikaiex.formula with parameters of type SheetRegion Modifier and Type Method Description FormulaExpressionFormulaEngineEx. extendPtgs(FormulaExpression fe, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context)FormulaExpressionFormulaEngineEx. movePtgs(FormulaExpression fe, SheetRegion region, int rowOffset, int columnOffset, FormulaParseContext context)FormulaExpressionFormulaEngineEx. shrinkPtgs(FormulaExpression fe, SheetRegion srcRegion, boolean horizontal, FormulaParseContext context)
-