Uses of Class
io.keikai.model.CellRegion
-
Packages that use CellRegion Package Description io.keikai.model io.keikai.model.impl io.keikai.range io.keikai.range.impl io.keikai.range.impl.autofill -
-
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(java.lang.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(java.lang.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 java.util.List<CellRegion>CellRegion. diff(CellRegion target)java.util.List<CellRegion>SSheet. getAllArrayFormulas()Returns all cell regions of array formula in the given sheetjava.util.List<CellRegion>SSheet. getContainsMergedRegions(CellRegion region)Get the merged region that are contained by region.java.util.List<CellRegion>SSheet. getMergedRegions()java.util.List<CellRegion>SSheet. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)Get the merged region that overlapped the regionjava.util.Set<CellRegion>SConditionalFormatting. getRegions()Regions that this conditional formatting coveredjava.util.Collection<CellRegion>SConditionalFormattingRule. getRegions()Get applied regions.java.util.Set<CellRegion>SDataValidation. getRegions()Methods in io.keikai.model with parameters of type CellRegion Modifier and Type Method Description voidSSheet. addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener)Adds the listener when specific cell region value change.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(java.lang.String name, SSheet sheet, CellRegion region)static ModelEventModelEvents. createModelEvent(java.lang.String name, SSheet sheet, CellRegion region, java.util.Map data)voidSSheet. deleteCell(CellRegion region, boolean horizontal)Delete a region of cells and shift existing cells.java.util.List<SDataValidation>SSheet. deleteDataValidationRegion(CellRegion region)Delete data validations that are covered by the specified region.java.util.List<CellRegion>CellRegion. diff(CellRegion target)java.util.List<CellRegion>SSheet. getContainsMergedRegions(CellRegion region)Get the merged region that are contained by region.CellRegionCellRegion. getOverlap(CellRegion target)java.util.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 bookbooleanSSheet. removeCellRegionValueChangeListener(CellRegion cellRegion)Remove all cell region value change listeners of specific cell region.voidSSheet. 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(java.lang.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 voidSSheet. addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener)Adds the listener when specific cell region value change.booleanSSheet. removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener)Remove the cell region value change listener.voidSConditionalFormatting. setRegions(java.util.Set<CellRegion> regions)voidSDataValidation. setRegions(java.util.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(java.lang.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(java.lang.String formula, CellRegion region)Methods in io.keikai.model.impl that return types with arguments of type CellRegion Modifier and Type Method Description abstract java.util.List<CellRegion>AbstractSheetAdv. getAllArrayFormulas()java.util.List<CellRegion>SheetImpl. getAllArrayFormulas()java.util.List<CellRegion>SheetImpl. getContainsMergedRegions(CellRegion region)java.util.List<CellRegion>SheetImpl. getMergedRegions()java.util.List<CellRegion>SheetImpl. getOverlapsMergedRegions(CellRegion region, boolean excludeContains)java.util.Set<CellRegion>ConditionalFormattingImpl. getRegions()java.util.Collection<CellRegion>ConditionalFormattingRuleImpl. getRegions()java.util.Set<CellRegion>DataValidationImpl. getRegions()Methods in io.keikai.model.impl with parameters of type CellRegion Modifier and Type Method Description voidSheetImpl. addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener)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 java.util.List<SConditionalFormatting>AbstractSheetAdv. deleteConditionalFormattingRegion(CellRegion region)Delete a region from conditional formatting and return the deleted conditional formatting.java.util.List<SConditionalFormatting>SheetImpl. deleteConditionalFormattingRegion(CellRegion region)java.util.List<SDataValidation>SheetImpl. deleteDataValidationRegion(CellRegion region)java.util.List<CellRegion>SheetImpl. getContainsMergedRegions(CellRegion region)java.util.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)booleanSheetImpl. removeCellRegionValueChangeListener(CellRegion cellRegion)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(java.lang.String formula, CellRegion region)Method parameters in io.keikai.model.impl with type arguments of type CellRegion Modifier and Type Method Description voidSheetImpl. addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener)booleanSheetImpl. removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener)voidConditionalFormattingImpl. setRegions(java.util.Set<CellRegion> regions)voidDataValidationImpl. setRegions(java.util.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.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)
-