Skip to main content
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:
PropertyData typeDescription
colSpanintegerThe column span.
rowSpanintegerThe row span.
alignstringThe alignment for a tab stop. Possible values: Top, Center, Bottom. The default value is Top.
picturebooleanSpecifies whether the cell contains only a picture. The default value is false.
leftBorderstringThe table cell left border type. Possible values: Absent, Unknown, White, Black. The default value is Black.
topBorderstringThe table cell top border type. Possible values: Absent, Unknown, White, Black. The default value is Black.
rightBorderstringThe table cell right border type. Possible values: Absent, Unknown, White, Black. The default value is Black.
bottomBorderstringThe table cell bottom border type. Possible values: Absent, Unknown, White, Black. The default value is Black.
width *integerThe width of the cell.
height *integerThe height of the cell.
Astericks indicates a required property.