public class PageTableAreaCell extends Object
| Constructor | Description |
|---|---|
PageTableAreaCell() |
| Modifier and Type | Method | Description |
|---|---|---|
PageTableAreaCell |
columnIndex(Integer columnIndex) |
|
PageTableAreaCell |
columnSpan(Integer columnSpan) |
|
boolean |
equals(Object o) |
|
Integer |
getColumnIndex() |
Gets or sets the index of the column.
|
Integer |
getColumnSpan() |
Gets or sets the total number of columns that contain the table cell.
|
PageArea |
getPageArea() |
Gets or sets the table cell value.
|
Integer |
getRowIndex() |
Gets or sets the index of the row.
|
Integer |
getRowSpan() |
Gets or sets the total number of rows that contain the table cell.
|
int |
hashCode() |
|
PageTableAreaCell |
pageArea(PageArea pageArea) |
|
PageTableAreaCell |
rowIndex(Integer rowIndex) |
|
PageTableAreaCell |
rowSpan(Integer rowSpan) |
|
void |
setColumnIndex(Integer columnIndex) |
|
void |
setColumnSpan(Integer columnSpan) |
|
void |
setPageArea(PageArea pageArea) |
|
void |
setRowIndex(Integer rowIndex) |
|
void |
setRowSpan(Integer rowSpan) |
|
String |
toString() |
public PageTableAreaCell columnIndex(Integer columnIndex)
public Integer getColumnIndex()
public void setColumnIndex(Integer columnIndex)
public PageTableAreaCell columnSpan(Integer columnSpan)
public Integer getColumnSpan()
public void setColumnSpan(Integer columnSpan)
public PageTableAreaCell pageArea(PageArea pageArea)
public PageArea getPageArea()
public void setPageArea(PageArea pageArea)
public PageTableAreaCell rowIndex(Integer rowIndex)
public Integer getRowIndex()
public void setRowIndex(Integer rowIndex)
public PageTableAreaCell rowSpan(Integer rowSpan)
public Integer getRowSpan()
public void setRowSpan(Integer rowSpan)
Copyright © 2025. All rights reserved.