OCRTableRow

Inheritance: java.lang.Object

public class OCRTableRow

Representerar en enskild rad i en igenkänd tabell.

En rad innehåller en samling av OCRTableCell‑instanser, där varje representerar en tabellkolumn.

Konstruktörer

KonstruktorBeskrivning
OCRTableRow()

Metoder

MetodBeskrivning
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