public class MergeAggregation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
MergeAggregation.MergeIndex |
| Constructor and Description |
|---|
MergeAggregation(MergeMatrixHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
MergeAggregation.MergeIndex |
add(int row,
int col)
Add merge info of cell
|
org.zkoss.json.JSONObject |
getJSONObject()
r: merge rects
cs: merge CSS
|
MergedRect |
getMergedRect(int row,
int col)
Returns MergeIndex that added to this MergeAggregation
|
public MergeAggregation(MergeMatrixHelper helper)
public MergeAggregation.MergeIndex add(int row, int col)
int - the row numberint - the column numberpublic MergedRect getMergedRect(int row, int col)
row - col - public org.zkoss.json.JSONObject getJSONObject()
Copyright © 2020. All rights reserved.