OCRTableRow
Inheritance: java.lang.Object
public class OCRTableRow
인식된 테이블 내의 단일 행을 나타냅니다.
행은 OCRTableCell 인스턴스 컬렉션을 포함하며, 각각은 테이블의 한 열을 나타냅니다.
생성자
| 생성자 | 설명 |
|---|---|
| OCRTableRow() |
메서드
| 메서드 | 설명 |
|---|---|
| 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