Uses of Class
io.keikai.model.CellRegion
-
Packages that use CellRegion Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.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.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.autofill Keikai Spreadsheet Internal Range API Implementation 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.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.widget Classes used to implement extended Keikai Spreadsheet UI Component(implementation only). -
-
Uses of CellRegion in io.keikai.api
Methods in io.keikai.api that return CellRegion Modifier and Type Method Description CellRegionRange. getDataRegion()Returns the region which contains data(including chart, picture, and fills) in the sheet of this Range; return null if empty sheet.CellRegionRange. getMergedRegion()Returns the merged region of the left top cell of this Range if any; otherwise, returns null if not a merged region. -
Uses of CellRegion in io.keikai.api.impl
Methods in io.keikai.api.impl that return CellRegion Modifier and Type Method Description CellRegionRangeImpl. getDataRegion()CellRegionRangeImpl. getMergedRegion() -
Uses of CellRegion in io.keikai.model
Subclasses of CellRegion in io.keikai.model Modifier and Type Class Description classPasteCellRegionMethods in io.keikai.model that return CellRegion Modifier and Type Method Description CellRegionCellRegion. cloneCellRegion()CellRegionSCell. getArrayFormulaRegion()Only valid for array formula cellsCellRegionSSheet. getCellRegionInArrayFormula(SCell cell)Returns the cell regin if the given cell is in an array formula.CellRegionSSheet. getDataRegion()Returns the region which contains data(including chart, picture, and fills) in this sheet; return null if empty sheet.CellRegionSSheet. getMergedRegion(int idx)CellRegionSSheet. getMergedRegion(int row, int column)CellRegionSSheet. getMergedRegion(String cellRefString)CellRegionCellRegion. getOverlap(CellRegion target)CellRegionSName. getRefersToCellRegion()CellRegionModelEvent. getRegion()CellRegionSAutoFilter. getRegion()Returns the filtered Region.CellRegionSheetRegion. getRegion()CellRegionSPrintSetup. getRepeatingColumnsTitle()CellRegionSPrintSetup. getRepeatingRowsTitle()CellRegionCellRegion. intersect(CellRegion target)CellRegionSSheet. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)paste cell from src sheet to this sheet, the sheets must in same bookCellRegionSSheet. removeArrayFormula(SCell cell)Remove an Array Formula from this sheet.CellRegionSSheet. setArrayFormula(String formula, CellRegion region)Sets array formula to specified region for result.Methods in io.keikai.model that return types with arguments of type CellRegion Modifier and Type Method Description List<CellRegion>CellRegion. diff(CellRegion target)List<CellRegion>SSheet. getAllArrayFormulas()Returns all cell regions of array formula in the given sheetList<CellRegion>SSheet. getContainsMergedRegions(CellRegion region)Get the merged region that are contained by region.List<CellRegion>SSheet. getMergedRegions()List<CellRegion>SSheet. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)Get the merged region that overlapped the regionSet<CellRegion>SConditionalFormatting. getRegions()Regions that this conditional formatting coveredCollection<CellRegion>SConditionalFormattingRule. getRegions()Get applied regions.Set<CellRegion>SDataValidation. getRegions()Methods in io.keikai.model with parameters of type CellRegion Modifier and Type Method Description SDataValidationSSheet. addDataValidation(CellRegion region)SDataValidationSSheet. addDataValidation(CellRegion region, SDataValidation src)voidSSheet. addMergedRegion(CellRegion region)Add a merged area, you can't assign a area that overlaps existed merged area.voidSConditionalFormatting. addRegion(CellRegion region)voidSDataValidation. addRegion(CellRegion region)voidSSheet. clearCell(CellRegion region)Clear cells in specified regionbooleanCellRegion. contains(CellRegion region)SAutoFilterSSheet. createAutoFilter(CellRegion region)Creates a new auto filter, the old one will be drop directly.static ModelEventModelEvents. createModelEvent(String name, SSheet sheet, CellRegion region)static ModelEventModelEvents. createModelEvent(String name, SSheet sheet, CellRegion region, Map data)voidSSheet. deleteCell(CellRegion region, boolean horizontal)Delete a region of cells and shift existing cells.List<SDataValidation>SSheet. deleteDataValidationRegion(CellRegion region)Delete data validations that are covered by the specified region.List<CellRegion>CellRegion. diff(CellRegion target)List<CellRegion>SSheet. getContainsMergedRegions(CellRegion region)Get the merged region that are contained by region.CellRegionCellRegion. getOverlap(CellRegion target)List<CellRegion>SSheet. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)Get the merged region that overlapped the regionvoidSSheet. insertCell(CellRegion region, boolean horizontal)Insert a region of cells and shift existing cells.CellRegionCellRegion. intersect(CellRegion target)voidSSheet. moveCell(CellRegion region, int rowOffset, int columnOffset)Move one or more cells.booleanCellRegion. overlaps(CellRegion region)CellRegionSSheet. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)paste cell from src sheet to this sheet, the sheets must in same bookvoidSSheet. removeMergedRegion(CellRegion region, boolean removeOverlaps)Remove the merged area that are contained by regionvoidSConditionalFormatting. removeRegion(CellRegion region)Remove partial region in the ConditionalFormattingvoidSDataValidation. removeRegion(CellRegion region)CellRegionSSheet. setArrayFormula(String formula, CellRegion region)Sets array formula to specified region for result.Method parameters in io.keikai.model with type arguments of type CellRegion Modifier and Type Method Description voidSConditionalFormatting. setRegions(Set<CellRegion> regions)voidSDataValidation. setRegions(Set<CellRegion> regions)Constructors in io.keikai.model with parameters of type CellRegion Constructor Description SheetRegion(SSheet sheet, CellRegion region) -
Uses of CellRegion in io.keikai.model.impl
Methods in io.keikai.model.impl that return CellRegion Modifier and Type Method Description CellRegionSheetImpl. checkMergedRegion(CellRegion region)CellRegionCellImpl. getArrayFormulaRegion()CellRegionSheetImpl. getCellRegionInArrayFormula(SCell cell)CellRegionSheetImpl. getDataRegion()CellRegionSheetImpl. getMergedRegion(int idx)CellRegionSheetImpl. getMergedRegion(int row, int column)CellRegionSheetImpl. getMergedRegion(String cellRef)CellRegionNameImpl. getRefersToCellRegion()CellRegionAutoFilterImpl. getRegion()CellRegionPrintSetupImpl. getRepeatingColumnsTitle()CellRegionPrintSetupImpl. getRepeatingRowsTitle()CellRegionPasteCellHelper. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)CellRegionSheetImpl. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)CellRegionSheetImpl. removeArrayFormula(SCell cell)CellRegionSheetImpl. setArrayFormula(String formula, CellRegion region)Methods in io.keikai.model.impl that return types with arguments of type CellRegion Modifier and Type Method Description abstract List<CellRegion>AbstractSheetAdv. getAllArrayFormulas()List<CellRegion>SheetImpl. getAllArrayFormulas()List<CellRegion>SheetImpl. getContainsMergedRegions(CellRegion region)List<CellRegion>SheetImpl. getMergedRegions()List<CellRegion>SheetImpl. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)Set<CellRegion>ConditionalFormattingImpl. getRegions()Collection<CellRegion>ConditionalFormattingRuleImpl. getRegions()Set<CellRegion>DataValidationImpl. getRegions()Methods in io.keikai.model.impl with parameters of type CellRegion Modifier and Type Method Description abstract SConditionalFormattingAbstractSheetAdv. addConditionalFormatting(CellRegion srcrgn, CellRegion dstrgn, SConditionalFormatting src, int rowOff, int colOff)Paste from src a new ConditionalFormatting at the specified region.SConditionalFormattingSheetImpl. addConditionalFormatting(CellRegion srcrgn, CellRegion dstrgn, SConditionalFormatting src, int rowOff, int colOff)SDataValidationSheetImpl. addDataValidation(CellRegion region)SDataValidationSheetImpl. addDataValidation(CellRegion region, SDataValidation src)voidSheetImpl. addDirectlyMergedRegion(CellRegion region)voidSheetImpl. addMergedRegion(CellRegion region)voidConditionalFormattingImpl. addRegion(CellRegion region)voidDataValidationImpl. addRegion(CellRegion region)CellRegionSheetImpl. checkMergedRegion(CellRegion region)voidSheetImpl. clearCell(CellRegion region)SAutoFilterSheetImpl. createAutoFilter(CellRegion region)voidSheetImpl. deleteCell(CellRegion region, boolean horizontal)abstract List<SConditionalFormatting>AbstractSheetAdv. deleteConditionalFormattingRegion(CellRegion region)Delete a region from conditional formatting and return the deleted conditional formatting.List<SConditionalFormatting>SheetImpl. deleteConditionalFormattingRegion(CellRegion region)List<SDataValidation>SheetImpl. deleteDataValidationRegion(CellRegion region)List<CellRegion>SheetImpl. getContainsMergedRegions(CellRegion region)List<CellRegion>SheetImpl. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)voidSheetImpl. insertCell(CellRegion region, boolean horizontal)voidSheetImpl. moveCell(CellRegion region, int rowOffset, int columnOffset)CellRegionPasteCellHelper. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)CellRegionSheetImpl. pasteCell(SheetRegion src, CellRegion dest, PasteOption option)abstract voidAbstractSheetAdv. removeConditionalFormattingRegion(CellRegion region)Remove a region from conditional formatting.voidSheetImpl. removeConditionalFormattingRegion(CellRegion region)voidSheetImpl. removeMergedRegion(CellRegion region, boolean removeOverlaps)voidConditionalFormattingImpl. removeRegion(CellRegion region)voidDataValidationImpl. removeRegion(CellRegion region)CellRegionSheetImpl. setArrayFormula(String formula, CellRegion region)Method parameters in io.keikai.model.impl with type arguments of type CellRegion Modifier and Type Method Description voidConditionalFormattingImpl. setRegions(Set<CellRegion> regions)voidDataValidationImpl. setRegions(Set<CellRegion> regions)Constructors in io.keikai.model.impl with parameters of type CellRegion Constructor Description AutoFilterImpl(CellRegion region) -
Uses of CellRegion in io.keikai.model.impl.html
Methods in io.keikai.model.impl.html with parameters of type CellRegion Modifier and Type Method Description static voidToHtml. export(SSheet ws, CellRegion area, OutputStream outputStream)static voidToHtml. export(SSheet ws, CellRegion area, OutputStream outputStream, boolean noHeader) -
Uses of CellRegion in io.keikai.model.impl.pdf
Fields in io.keikai.model.impl.pdf with type parameters of type CellRegion Modifier and Type Field Description protected TreeSet<CellRegion>PdfExporter. _extendRegionsMethods in io.keikai.model.impl.pdf that return CellRegion Modifier and Type Method Description protected CellRegionPdfExporter. getExtendRegion(int rowIdx, int colIdx)protected CellRegionPdfExporter. getMergedRegionIfAny(SSheet sheet, int rowIdx, int colIdx)returns merged region cell range for a given cellprotected CellRegion[]PdfExporter. getPrintAreas(SPrintSetup ps, SSheet sheet)protected CellRegionPdfExporter. splitRegionsInBoundaries(CellRegion region, int bRow, int eRow, int bCol, int eCol)Methods in io.keikai.model.impl.pdf with parameters of type CellRegion Modifier and Type Method Description protected voidPdfExporter. addExtendRegion(CellRegion region)protected com.lowagie.text.pdf.PdfPCellPdfExporter. createEmptyRowSpanCell(SSheet sheet, CellRegion outlineRegion, double rowHeight, CellRegion renderRegion, int rowIdx, int colIdx, boolean printOutline, boolean printGridline)protected com.lowagie.text.pdf.PdfPCellPdfExporter. createPdfCell(CellRegion clipRegion, CellRegion renderRegion, SCell zssCell, CellRegion outlineRegion, SSheet sheet, boolean printGridLines, boolean printOutline, boolean extended)creates a PdfCell from POICellprotected voidPdfExporter. exportSheetSelection(SSheet sheet, int sheetIndex, CellRegion area, com.lowagie.text.Document doc)converts POISSheetto Pdf page(s)protected io.keikai.model.impl.pdf.PixelInfoPdfExporter. getPixelInfo(CellRegion clipRegion)protected doublePdfExporter. getRegionHeight(CellRegion region)protected doublePdfExporter. getRegionWidth(CellRegion region)protected voidPdfExporter. initPrintArea(SSheet sheet, CellRegion region)sets the column bounds for passedSSheetprotected io.keikai.model.impl.pdf.RenderInfoPdfExporter. prepareClipInfo(CellRegion clipRegion)protected io.keikai.model.impl.pdf.RenderInfoPdfExporter. prepareRenderInfo(CellRegion clipRegion, CellRegion renderRegion, boolean extended, boolean number)protected intPdfExporter. printCell(com.lowagie.text.pdf.PdfPTable pdfTable, int rowIdx, int colIdx, SSheet sheet, double rowHeight, int bRow, int eRow, int bCol, int eCol, CellRegion outlineRegion)protected voidPdfExporter. printImage(com.lowagie.text.pdf.PdfContentByte canvas, byte[] rawData, ViewAnchor anchor1, ViewAnchor anchor2, CellRegion clipRegion, CellRegion renderRegion, double pageColumnX, double pageRowY, double clipOffsetX, double clipOffsetY, boolean outline)protected voidPdfExporter. printRow(com.lowagie.text.pdf.PdfPTable pdfTable, int rowIdx, int bRow, int eRow, int bCol, int eCol, SSheet sheet, float rowHeight, CellRegion outlineRegion)protected CellRegionPdfExporter. splitRegionsInBoundaries(CellRegion region, int bRow, int eRow, int bCol, int eCol) -
Uses of CellRegion in io.keikai.range
Methods in io.keikai.range that return CellRegion Modifier and Type Method Description CellRegionSRange. getDataRegion()Returns the region which contains data(including chart, picture, and fills) in the sheet of this Range; return null if empty sheet.CellRegionSRange. getMergedRegion()Returns the merged region of the left top cell of this Range if any; otherwise, returns null if not a merged region.Methods in io.keikai.range with parameters of type CellRegion Modifier and Type Method Description static SRangeSRanges. range(SSheet sheet, CellRegion region) -
Uses of CellRegion in io.keikai.range.impl
Methods in io.keikai.range.impl that return CellRegion Modifier and Type Method Description CellRegionDataRegionHelper. findAutoFilterDataRegion()CellRegionAutoFilterHelper. findAutoFilterRegion()CellRegionDataRegionHelper. findCustomSortRegion()CellRegionRangeImpl. getDataRegion()CellRegionMergeUpdate. getMerge()CellRegionRangeImpl. getMergedRegion()CellRegionMergeUpdate. getOrigMerge()Methods in io.keikai.range.impl with parameters of type CellRegion Modifier and Type Method Description voidModelUpdateCollector. addMergeChange(SSheet sheet, CellRegion original, CellRegion changeTo)static booleanDataRegionHelper. isOneCell(SSheet sheet, CellRegion rng)Constructors in io.keikai.range.impl with parameters of type CellRegion Constructor Description MergeUpdate(SSheet sheet, CellRegion origMerge, CellRegion merge)RangeImpl(SSheet sheet, CellRegion region) -
Uses of CellRegion in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type CellRegion Modifier and Type Method Description voidAutoFillHelper. fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType)fill the sheet, from srcRef to dstRefvoidAutoFillHelper. fillDown(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)voidAutoFillHelper. fillLeft(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)voidAutoFillHelper. fillRight(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)voidAutoFillHelper. fillUp(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) -
Uses of CellRegion in io.keikai.ui.impl
Constructor parameters in io.keikai.ui.impl with type arguments of type CellRegion Constructor Description MergeMatrixHelper(List<CellRegion> mergeRange, int frozenRow, int frozenCol) -
Uses of CellRegion in io.keikai.ui.impl.undo
Methods in io.keikai.ui.impl.undo that return CellRegion Modifier and Type Method Description CellRegion[]ReserveUtil.ReservedResult. getMergeInfo()static CellRegion[]ReserveUtil. reserveMergeInfo(SSheet sheet, int row, int column, int lastRow, int lastColumn)reserve the merge information that in the given range.Methods in io.keikai.ui.impl.undo with parameters of type CellRegion Modifier and Type Method Description protected booleanAbstractUndoableAction. isAnyCellProtected(Sheet sheet, CellRegion cellRegion)voidReserveUtil.ReservedResult. setMergeInfo(CellRegion[] mergeInfo) -
Uses of CellRegion in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type CellRegion Modifier and Type Method Description voidWidgetLoader. onResetSparklineAnchor(SSheet sheet, CellRegion region)voidWidgetLoader. onRowColumnChange(SSheet sheet, CellRegion region) -
Uses of CellRegion in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget with parameters of type CellRegion Modifier and Type Method Description voidDefaultBookWidgetLoader. onResetSparklineAnchor(SSheet sheet, CellRegion region)voidDefaultBookWidgetLoader. onRowColumnChange(SSheet sheet, CellRegion region)
-