Table
contentcellType
Analogues
TableCell
HTML <td>: Closest HTML analogue for data cells; header-cell semantics are selected in Stencila via cellTyperather than a separate node type. HTML <th>: Close HTML analogue for header cells; Stencila uses one node plus cellTypeto cover both <td>and <th>roles. JATS <td>: Closest JATS analogue for generic table body cells.
Properties
TableCell
cellType | TableCellType | ||
name | String | ||
columnSpan | Integer | ||
rowSpan | Integer | ||
horizontalAlignment | HorizontalAlignment | ||
horizontalAlignmentCharacter | String | ||
verticalAlignment | VerticalAlignment | ||
content | Block | ||
id | String | Entity |
Related
TableCell
Parents: EntityChildren: none
Bindings
TableCell
Testing
TableCell
content | table_cell_content(1) |
TableCell.yamldocs_types.rs