OCRTableRow

Inheritance: java.lang.Object

public class OCRTableRow

Représente une ligne unique au sein d’un tableau reconnu.

Une ligne contient une collection d’instances de OCRTableCell, chacune représentant une colonne du tableau.

Constructeurs

ConstructeurDescription
OCRTableRow()

Méthodes

MéthodeDescription
getCells()
getRowIndex()

OCRTableRow()

public OCRTableRow()

getCells()

public List<OCRTableCell> getCells()

Returns: java.util.List<com.aspose.ocr.models.OCRTableCell>

getRowIndex()

public int getRowIndex()

Returns: int