Skip to content

Tag Definition: blockTable

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

align

implied

None

colWidths

implied

None

emptyTableAction

implied

None

['error', 'indicate', 'ignore']

htmlSpans

implied

None

ident

implied

None

longTableOptimize

implied

None

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

minRowHeights

implied

None

repeatCols

implied

None

repeatRows

implied

None

rowHeights

implied

None

rowSplitRange

implied

None

spaceAfter

implied

None

spaceBefore

implied

None

splitByRow

implied

None

splitInRow

implied

None

style

implied

None

vAlign

implied

None

Can contain
(blockTableStyle?, (bulkData | excelData | tr | loop_t | switch_t | assign_t | if_t*))

Purpose

Declare a table within our document.

Check out our docs page on how this works in the open source for reference.

Example usage

<story>
    <blockTable style="table1">
        <tr><td>Table style example</td></tr>
        <tr><td>Table style example</td></tr>
    </blockTable>
</story>

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>