ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
Loading...
Searching...
No Matches
CTableCell Class Reference

A single table cell with text and geometry. More...

#include <document_ai.h>

Inheritance diagram for CTableCell:

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.
CRectbbox
 Cell bounding box.

Detailed Description

A single table cell with text and geometry.

Definition at line 134 of file document_ai.h.

Property Documentation

◆ bbox

- (CRect*) bbox
readwritenonatomicstrong

Cell bounding box.

Definition at line 159 of file document_ai.h.

◆ cellBackgroundColorB

- (int) cellBackgroundColorB
readwritenonatomicassign

Cell background Blue [0..255].

Definition at line 152 of file document_ai.h.

◆ cellBackgroundColorG

- (int) cellBackgroundColorG
readwritenonatomicassign

Cell background Green [0..255].

Definition at line 150 of file document_ai.h.

◆ cellBackgroundColorR

- (int) cellBackgroundColorR
readwritenonatomicassign

Cell background Red [0..255].

Definition at line 148 of file document_ai.h.

◆ endCol

- (int) endCol
readwritenonatomicassign

Ending column index (inclusive).

Definition at line 142 of file document_ai.h.

◆ endRow

- (int) endRow
readwritenonatomicassign

Ending row index (inclusive).

Definition at line 138 of file document_ai.h.

◆ lineCount

- (int) lineCount
readwritenonatomicassign

Line count inside the cell.

Definition at line 146 of file document_ai.h.

◆ lines

- (NSArray<CTextLine *>*) lines
readwritenonatomicstrong

Recognized lines in the cell.

Definition at line 157 of file document_ai.h.

◆ startCol

- (int) startCol
readwritenonatomicassign

Starting column index (inclusive).

Definition at line 140 of file document_ai.h.

◆ startRow

- (int) startRow
readwritenonatomicassign

Starting row index (inclusive).

Definition at line 136 of file document_ai.h.

◆ text

- (NSString*) text
readwritenonatomiccopy

Cell text content.

Definition at line 155 of file document_ai.h.

◆ textLength

- (int) textLength
readwritenonatomicassign

Text length in the cell.

Definition at line 144 of file document_ai.h.


The documentation for this class was generated from the following file: