- Obtain the collection of table cells using the Cells property.
- Select the desired cell. Use the methods of the TableCells object.
- Obtain the block object of the cell (the ITableCell::Block property).
- Check that the block is of the type BT_Text (the IBlock::Type property) and receive the TextBlock object using the IBlock::GetAsTextBlock method.
- Use the ITextBlock::Text property.
Properties
Methods
Related objects
Windows
Linux and macOS
Object Diagram
Output parameter
This object is the output parameter of the GetAsTableBlock method of the Block object.Samples
C# code
C# code
- Windows: RecognizedTextProcessing; and demo tools: Engine Predefined Processing Profiles.
