Tag Definition: fixedSize
Generated by rlextra version 4.3.0a1
Attributes
Name |
Required? |
Default_Value |
Values |
height |
implied |
None |
|
width |
implied |
None |
|
Can contain |
Purpose
This lets you encapsulate flowables, this will grow up the page to maintain a point in the story unless you declare a height which specifies how far downwards it's allowed to grow.
Using height pushes down the story, but if it grows upwards then it can overlap the above content.
Example usage
<story>
<para>This text will get overlapped</para>
<fixedSize height="30">
<para>
Example text<br/>
Example text<br/>
Example text<br/>
Example text<br/>
Example text<br/>
</para>
</fixedSize>
<para>This text will get pushed downwards like normal flowables</para>
</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.