Version 5.5.8

VSpace

Create a vertically stretching space. The space has a minimum height of 0 but is able to stretch up to infinity. Useful in table cells.

Child elements

(none)

Parent elements

Case , ForAll , Loop , Otherwise , Td , Until , While

Attributes

height (length, optional, since version 4.7.12)
Optional height of the space (a length).
minheight (length, optional, since version 4.7.12)
The (optional) minimum height of the inserted space.

Example

<Td valign="bottom">
  <VSpace/>
  <!-- vertically centered image -->
  <Image width="3" file="article.pdf"/>
  <VSpace/>
  <Paragraph><Value>Some text at the bottom of the cell</Value></Paragraph>
</Td>