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.
Allowed attributes: (none)
Child elements: (none)
Parent elements: Td
<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>