| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.autofill |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PasteCellRegion |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
CellRegion.cloneCellRegion() |
CellRegion |
SSheet.getDataRegion()
Returns the region which contains data(including chart, picture, and
fills) in this sheet; return null if empty sheet.
|
CellRegion |
SSheet.getMergedRegion(int idx) |
CellRegion |
SSheet.getMergedRegion(int row,
int column) |
CellRegion |
SSheet.getMergedRegion(String cellRefString) |
CellRegion |
CellRegion.getOverlap(CellRegion target) |
CellRegion |
SName.getRefersToCellRegion() |
CellRegion |
ModelEvent.getRegion() |
CellRegion |
SheetRegion.getRegion() |
CellRegion |
SAutoFilter.getRegion()
Returns the filtered Region.
|
CellRegion |
SPrintSetup.getRepeatingColumnsTitle() |
CellRegion |
SPrintSetup.getRepeatingRowsTitle() |
CellRegion |
CellRegion.intersect(CellRegion target) |
CellRegion |
SSheet.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option)
paste cell from src sheet to this sheet, the sheets must in same book
|
| Modifier and Type | Method and Description |
|---|---|
List<CellRegion> |
CellRegion.diff(CellRegion target) |
List<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 region
|
Collection<CellRegion> |
SConditionalFormattingRule.getRegions()
Get applied regions.
|
Set<CellRegion> |
SDataValidation.getRegions() |
Set<CellRegion> |
SConditionalFormatting.getRegions()
Regions that this conditional formatting covered
|
| Modifier and Type | Method and Description |
|---|---|
SDataValidation |
SSheet.addDataValidation(CellRegion region) |
SDataValidation |
SSheet.addDataValidation(CellRegion region,
SDataValidation src) |
void |
SSheet.addMergedRegion(CellRegion region)
Add a merged area, you can't assign a area that overlaps existed merged area.
|
void |
SDataValidation.addRegion(CellRegion region) |
void |
SConditionalFormatting.addRegion(CellRegion region) |
void |
SSheet.clearCell(CellRegion region)
Clear cells in specified region
|
boolean |
CellRegion.contains(CellRegion region) |
SAutoFilter |
SSheet.createAutoFilter(CellRegion region)
Creates a new auto filter, the old one will be drop directly.
|
static ModelEvent |
ModelEvents.createModelEvent(String name,
SSheet sheet,
CellRegion region) |
static ModelEvent |
ModelEvents.createModelEvent(String name,
SSheet sheet,
CellRegion region,
Map data) |
void |
SSheet.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.
|
CellRegion |
CellRegion.getOverlap(CellRegion target) |
List<CellRegion> |
SSheet.getOverlapsMergedRegions(CellRegion region,
boolean excludeContains)
Get the merged region that overlapped the region
|
void |
SSheet.insertCell(CellRegion region,
boolean horizontal)
Insert a region of cells and shift existing cells.
|
CellRegion |
CellRegion.intersect(CellRegion target) |
void |
SSheet.moveCell(CellRegion region,
int rowOffset,
int columnOffset)
Move one or more cells.
|
boolean |
CellRegion.overlaps(CellRegion region) |
CellRegion |
SSheet.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option)
paste cell from src sheet to this sheet, the sheets must in same book
|
void |
SSheet.removeDataValidationRegion(CellRegion region)
Deprecated.
|
void |
SSheet.removeMergedRegion(CellRegion region,
boolean removeOverlaps)
Remove the merged area that are contained by region
|
void |
SDataValidation.removeRegion(CellRegion region) |
void |
SConditionalFormatting.removeRegion(CellRegion region)
Remove partial region in the ConditionalFormatting
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDataValidation.setRegions(Set<CellRegion> regions) |
void |
SConditionalFormatting.setRegions(Set<CellRegion> regions) |
| Constructor and Description |
|---|
SheetRegion(SSheet sheet,
CellRegion region) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
SheetImpl.checkMergedRegion(CellRegion region) |
CellRegion |
SheetImpl.getDataRegion() |
CellRegion |
SheetImpl.getMergedRegion(int idx) |
CellRegion |
SheetImpl.getMergedRegion(int row,
int column) |
CellRegion |
SheetImpl.getMergedRegion(String cellRef) |
CellRegion |
NameImpl.getRefersToCellRegion() |
CellRegion |
AutoFilterImpl.getRegion() |
CellRegion |
PrintSetupImpl.getRepeatingColumnsTitle() |
CellRegion |
PrintSetupImpl.getRepeatingRowsTitle() |
CellRegion |
SheetImpl.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
CellRegion |
PasteCellHelper.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
| Modifier and Type | Method and Description |
|---|---|
List<CellRegion> |
SheetImpl.getContainsMergedRegions(CellRegion region) |
List<CellRegion> |
SheetImpl.getMergedRegions() |
List<CellRegion> |
SheetImpl.getOverlapsMergedRegions(CellRegion region,
boolean excludeContains) |
Collection<CellRegion> |
ConditionalFormattingRuleImpl.getRegions() |
Set<CellRegion> |
DataValidationImpl.getRegions() |
Set<CellRegion> |
ConditionalFormattingImpl.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
SConditionalFormatting |
SheetImpl.addConditionalFormatting(CellRegion srcrgn,
CellRegion dstrgn,
SConditionalFormatting src,
int rowOff,
int colOff) |
abstract SConditionalFormatting |
AbstractSheetAdv.addConditionalFormatting(CellRegion srcrgn,
CellRegion dstrgn,
SConditionalFormatting src,
int rowOff,
int colOff)
Paste from src a new ConditionalFormatting at the specified region.
|
SDataValidation |
SheetImpl.addDataValidation(CellRegion region) |
SDataValidation |
SheetImpl.addDataValidation(CellRegion region,
SDataValidation src) |
void |
SheetImpl.addDirectlyMergedRegion(CellRegion region) |
void |
SheetImpl.addMergedRegion(CellRegion region) |
void |
DataValidationImpl.addRegion(CellRegion region) |
void |
ConditionalFormattingImpl.addRegion(CellRegion region) |
CellRegion |
SheetImpl.checkMergedRegion(CellRegion region) |
void |
SheetImpl.clearCell(CellRegion region) |
SAutoFilter |
SheetImpl.createAutoFilter(CellRegion region) |
void |
SheetImpl.deleteCell(CellRegion region,
boolean horizontal) |
List<SConditionalFormatting> |
SheetImpl.deleteConditionalFormattingRegion(CellRegion region) |
abstract List<SConditionalFormatting> |
AbstractSheetAdv.deleteConditionalFormattingRegion(CellRegion region)
Delete a region from conditional formatting and return the deleted
conditional formatting.
|
List<SDataValidation> |
SheetImpl.deleteDataValidationRegion(CellRegion region) |
List<CellRegion> |
SheetImpl.getContainsMergedRegions(CellRegion region) |
List<CellRegion> |
SheetImpl.getOverlapsMergedRegions(CellRegion region,
boolean excludeContains) |
void |
SheetImpl.insertCell(CellRegion region,
boolean horizontal) |
void |
SheetImpl.moveCell(CellRegion region,
int rowOffset,
int columnOffset) |
CellRegion |
SheetImpl.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
CellRegion |
PasteCellHelper.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
void |
SheetImpl.removeConditionalFormattingRegion(CellRegion region) |
abstract void |
AbstractSheetAdv.removeConditionalFormattingRegion(CellRegion region)
Remove a region from conditional formatting.
|
void |
SheetImpl.removeDataValidationRegion(CellRegion region) |
void |
SheetImpl.removeMergedRegion(CellRegion region,
boolean removeOverlaps) |
void |
DataValidationImpl.removeRegion(CellRegion region) |
void |
ConditionalFormattingImpl.removeRegion(CellRegion region) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataValidationImpl.setRegions(Set<CellRegion> regions) |
void |
ConditionalFormattingImpl.setRegions(Set<CellRegion> regions) |
| Constructor and Description |
|---|
AutoFilterImpl(CellRegion region) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
SRange.getDataRegion()
Returns the region which contains data(including chart, picture, and
fills) in the sheet of this Range; return null if empty sheet.
|
CellRegion |
SRange.getMergedRegion()
Returns the merged region of the left top cell of this Range if any;
otherwise, returns null if not a merged region.
|
| Modifier and Type | Method and Description |
|---|---|
static SRange |
SRanges.range(SSheet sheet,
CellRegion region)
|
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
DataRegionHelper.findAutoFilterDataRegion() |
CellRegion |
DataRegionHelper.findCustomSortRegion() |
CellRegion |
RangeImpl.getDataRegion() |
CellRegion |
MergeUpdate.getMerge() |
CellRegion |
RangeImpl.getMergedRegion() |
CellRegion |
MergeUpdate.getOrigMerge() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelUpdateCollector.addMergeChange(SSheet sheet,
CellRegion original,
CellRegion changeTo) |
static boolean |
DataRegionHelper.isOneCell(SSheet sheet,
CellRegion rng) |
| Constructor and Description |
|---|
MergeUpdate(SSheet sheet,
CellRegion origMerge,
CellRegion merge) |
RangeImpl(SSheet sheet,
CellRegion region) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoFillHelper.fill(SSheet sheet,
CellRegion srcRegion,
CellRegion dstRegion,
SRange.FillType fillType)
fill the sheet, from srcRef to dstRef
|
void |
AutoFillHelper.fillDown(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillLeft(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillRight(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillUp(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
Copyright © 2019. All rights reserved.