Row element
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 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:
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:
The default value is Black. |
topBorder | string |
The table cell top border type. Possible values:
The default value is Black. |
rightBorder | string |
The table cell right border type. Possible values:
The default value is Black. |
bottomBorder | string |
The table cell bottom border type. Possible values:
The default value is Black. |
width * | integer | The width of the cell. |
height * | integer | The height of the cell. |
12/22/2023 12:36:42 PM