[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Model.ITableCell

ITableCell Interface

Represents a cell in an ITable.

Namespace: GrapeCity.Documents.Pdf.Recognition.Model
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITableCell
Public Interface ITableCell

Properties

Name Description
Col

Gets the 0-based index of the table column containing the current cell.

Row

Gets the 0-based index of the table row containing the current cell.

SpanCols

Gets the number of columns spanned by the current cell.

SpanRows

Gets the number of rows spanned by the current cell.

Text

Gets the cell text.

Methods

Name Description
GetBounds()

Returns the bounds of the cell on the page.