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
Td
Attributes
(keine)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>