Tag Definition: balancedColumns
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
bottomPadding |
implied |
None |
|
boxFillColor |
implied |
None |
|
boxMargin |
implied |
None |
|
boxStrokeColor |
implied |
None |
|
boxStrokeWidth |
implied |
None |
|
endSlack |
implied |
None |
|
innerPadding |
implied |
None |
|
leftPadding |
implied |
None |
|
ncols |
implied |
None |
|
needed |
implied |
None |
|
rightPadding |
implied |
None |
|
showBoundary |
implied |
None |
|
spaceAfter |
implied |
None |
|
spaceBefore |
implied |
None |
|
topPadding |
implied |
None |
|
vLinesStrokeColor |
implied |
None |
|
vLinesStrokeWidth |
implied |
None |
|
Can contain |
Purpose
To make a flowable that splits its content flowables into two or more roughly equal sized columns.
Check out our docs page on how this works in the open source for reference.
Example usage
<story>
<balancedColumns ncols="2">
<para>Text 1</para>
<para>Text 2</para>
</balancedColumns>
</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.