> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Row Element

> The row element in Vantage OCR XML output represents a table row: contains cell elements with attributes for column span, row span, borders, and padding.

A table row (available if the **blockType** attribute is Table). Includes **cell** elements. Has no attributes.

## Cell Element

A table cell (available if the **blockType** attribute is Table). It is a sequence of **text** tags.

The tag can have the following attributes:

| Property       | Data type | Description                                                                                                            |
| :------------- | :-------- | :--------------------------------------------------------------------------------------------------------------------- |
| `colSpan`      | `integer` | The column span.                                                                                                       |
| `rowSpan`      | `integer` | The row span.                                                                                                          |
| `align`        | `string`  | The alignment for a tab stop. Possible values: `Top`, `Center`, `Bottom`. The default value is Top.                    |
| `picture`      | `boolean` | Specifies whether the cell contains only a picture. The default value is false.                                        |
| `leftBorder`   | `string`  | The table cell left border type. Possible values: `Absent`, `Unknown`, `White`, `Black`. The default value is Black.   |
| `topBorder`    | `string`  | The table cell top border type. Possible values: `Absent`, `Unknown`, `White`, `Black`. The default value is Black.    |
| `rightBorder`  | `string`  | The table cell right border type. Possible values: `Absent`, `Unknown`, `White`, `Black`. The default value is Black.  |
| `bottomBorder` | `string`  | The table cell bottom border type. Possible values: `Absent`, `Unknown`, `White`, `Black`. The default value is Black. |
| `width` \*     | `integer` | The width of the cell.                                                                                                 |
| `height` \*    | `integer` | The height of the cell.                                                                                                |

\* Indicates a required property.
