OCRTableRow
Inheritance: java.lang.Object
public class OCRTableRow
Represents a single row within a recognized table.
A row contains a collection of OCRTableCell instances, each representing one table column.
Constructors
| Constructor | Description |
|---|---|
| OCRTableRow() |
Methods
| Method | Description |
|---|---|
| getCells() | |
| getRowIndex() | |
| setCells(List | |
| setRowIndex(int rowIndex) |
OCRTableRow()
public OCRTableRow()
getCells()
public List<OCRTableCell> getCells()
Returns: java.util.List<com.aspose.ocr.models.OCRTableCell>
getRowIndex()
public int getRowIndex()
Returns: int
setCells(List cells)
public void setCells(List<OCRTableCell> cells)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| cells | java.util.List<com.aspose.ocr.models.OCRTableCell> |
setRowIndex(int rowIndex)
public void setRowIndex(int rowIndex)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rowIndex | int |