public class TableCellMergeOptions extends Object
| Constructor and Description |
|---|
TableCellMergeOptions() |
| Modifier and Type | Method and Description |
|---|---|
TableCellMergeOptions |
allowSplitting(Boolean allowSplitting) |
boolean |
equals(Object o) |
TableCellMergeOptions |
firstCellIndex(Integer firstCellIndex) |
TableCellMergeOptions |
firstRowIndex(Integer firstRowIndex) |
Integer |
getFirstCellIndex()
First cell index in the row
|
Integer |
getFirstRowIndex()
Row index of the first cell
|
Integer |
getLastCellIndex()
Last cell index in the row
|
Integer |
getLastRowIndex()
Row index of the last cell
|
int |
hashCode() |
Boolean |
isAllowSplitting()
Allow splitting
|
TableCellMergeOptions |
lastCellIndex(Integer lastCellIndex) |
TableCellMergeOptions |
lastRowIndex(Integer lastRowIndex) |
void |
setAllowSplitting(Boolean allowSplitting) |
void |
setFirstCellIndex(Integer firstCellIndex) |
void |
setFirstRowIndex(Integer firstRowIndex) |
void |
setLastCellIndex(Integer lastCellIndex) |
void |
setLastRowIndex(Integer lastRowIndex) |
String |
toString() |
public TableCellMergeOptions firstRowIndex(Integer firstRowIndex)
public Integer getFirstRowIndex()
public void setFirstRowIndex(Integer firstRowIndex)
public TableCellMergeOptions firstCellIndex(Integer firstCellIndex)
public Integer getFirstCellIndex()
public void setFirstCellIndex(Integer firstCellIndex)
public TableCellMergeOptions lastRowIndex(Integer lastRowIndex)
public Integer getLastRowIndex()
public void setLastRowIndex(Integer lastRowIndex)
public TableCellMergeOptions lastCellIndex(Integer lastCellIndex)
public Integer getLastCellIndex()
public void setLastCellIndex(Integer lastCellIndex)
public TableCellMergeOptions allowSplitting(Boolean allowSplitting)
public Boolean isAllowSplitting()
public void setAllowSplitting(Boolean allowSplitting)
Copyright © 2025. All rights reserved.