Tag Definition: td
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
align |
implied |
None |
|
background |
implied |
None |
|
bottomPadding |
implied |
None |
|
colspan |
implied |
None |
|
destination |
implied |
None |
|
fontColor |
implied |
None |
|
fontName |
implied |
None |
|
fontSize |
implied |
None |
|
href |
implied |
None |
|
leading |
implied |
None |
|
leftPadding |
implied |
None |
|
lineAboveCap |
implied |
None |
['butt', 'round', 'square'] |
lineAboveColor |
implied |
None |
|
lineAboveCount |
implied |
None |
|
lineAboveDash |
implied |
None |
|
lineAboveSpace |
implied |
None |
|
lineAboveThickness |
implied |
None |
|
lineBelowCap |
implied |
None |
['butt', 'round', 'square'] |
lineBelowColor |
implied |
None |
|
lineBelowCount |
implied |
None |
|
lineBelowDash |
implied |
None |
|
lineBelowSpace |
implied |
None |
|
lineBelowThickness |
implied |
None |
|
lineLeftCap |
implied |
None |
['butt', 'round', 'square'] |
lineLeftColor |
implied |
None |
|
lineLeftCount |
implied |
None |
|
lineLeftDash |
implied |
None |
|
lineLeftSpace |
implied |
None |
|
lineLeftThickness |
implied |
None |
|
lineRightCap |
implied |
None |
['butt', 'round', 'square'] |
lineRightColor |
implied |
None |
|
lineRightCount |
implied |
None |
|
lineRightDash |
implied |
None |
|
lineRightSpace |
implied |
None |
|
lineRightThickness |
implied |
None |
|
rightPadding |
implied |
None |
|
rowspan |
implied |
None |
|
topPadding |
implied |
None |
|
vAlign |
implied |
None |
|
Can contain |
Purpose
This is used to declare a table cell in a table row.
Check out our docs page on how this works in the open source for reference.
Example usage
<blockTable>
<tr>
<td>This is a table cell</td>
</tr>
</blockTable>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.
Example of nesting path from the parent tags to the current tag
<document> ➔ <story> ➔ <blockTable> ➔ <tr> ➔ <td>