Skip to content

Tag Definition: td

Generated by rlextra version 4.4.0

Attributes

Name

Required?

Default_Value

Values

align

implied

None

altText

implied

None

background

implied

None

bottomPadding

implied

None

colspan

implied

None

destination

implied

None

direction

implied

None

['normal', 'CJK', 'RTL']

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

shaping

implied

None

['yes', 'no', '0', '1', 'true', 'false', 'none']

tagType

implied

None

topPadding

implied

None

vAlign

implied

None

Can contain
(#PCDATA | expr | para | p | title | h1 | h2 | h3 | h4 | h5 | h6 | pre | xpre | blockTable | spacer | ul | ol | dl | illustration | graphicsMode | storyPlace | codesnippet | plugInFlowable | drawing | outlineAdd | namedString | bookmarkPage | bookmark | name | hr | indent | frameBackground | fixedSize | keepInFrame | imageAndFlowables | imageFigure | figure | barCodeFlowable | keepTogether | docWhile | docIf | docAssign | docExec | docAssert | docPara | showIndex | topPadder | pto | placeString | placeRightString | placeCentredString | placeCenteredString | placePara | placeXPre | setTopFlowables | setPageTopFlowables | balancedColumns | markedContent | placedStory | caption | loop_b | switch_b | assign_b | if_b | script_b | doclet)*

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>