|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
A single table cell with text and geometry. More...
#include <document_ai.h>
Properties | |
| int | startRow |
| Starting row index (inclusive). | |
| int | endRow |
| Ending row index (inclusive). | |
| int | startCol |
| Starting column index (inclusive). | |
| int | endCol |
| Ending column index (inclusive). | |
| int | textLength |
| Text length in the cell. | |
| int | lineCount |
| Line count inside the cell. | |
| int | cellBackgroundColorR |
| Cell background Red [0..255]. | |
| int | cellBackgroundColorG |
| Cell background Green [0..255]. | |
| int | cellBackgroundColorB |
| Cell background Blue [0..255]. | |
| NSString * | text |
| Cell text content. | |
| NSArray< CTextLine * > * | lines |
| Recognized lines in the cell. | |
| CRect * | bbox |
| Cell bounding box. | |
A single table cell with text and geometry.
Definition at line 134 of file document_ai.h.
|
readwritenonatomicstrong |
Cell bounding box.
Definition at line 159 of file document_ai.h.
|
readwritenonatomicassign |
Cell background Blue [0..255].
Definition at line 152 of file document_ai.h.
|
readwritenonatomicassign |
Cell background Green [0..255].
Definition at line 150 of file document_ai.h.
|
readwritenonatomicassign |
Cell background Red [0..255].
Definition at line 148 of file document_ai.h.
|
readwritenonatomicassign |
Ending column index (inclusive).
Definition at line 142 of file document_ai.h.
|
readwritenonatomicassign |
Ending row index (inclusive).
Definition at line 138 of file document_ai.h.
|
readwritenonatomicassign |
Line count inside the cell.
Definition at line 146 of file document_ai.h.
|
readwritenonatomicstrong |
Recognized lines in the cell.
Definition at line 157 of file document_ai.h.
|
readwritenonatomicassign |
Starting column index (inclusive).
Definition at line 140 of file document_ai.h.
|
readwritenonatomicassign |
Starting row index (inclusive).
Definition at line 136 of file document_ai.h.
|
readwritenonatomiccopy |
Cell text content.
Definition at line 155 of file document_ai.h.
|
readwritenonatomicassign |
Text length in the cell.
Definition at line 144 of file document_ai.h.