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

ConstructorDescription
OCRTableRow()

Methods

MethodDescription
getCells()
getRowIndex()
setCells(List cells)
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:

ParameterTypeDescription
cellsjava.util.List<com.aspose.ocr.models.OCRTableCell>

setRowIndex(int rowIndex)

public void setRowIndex(int rowIndex)

Parameters:

ParameterTypeDescription
rowIndexint