HSpace
Create a horizontal stretching space. The space will take up no width as a minimum but is able to stretch up to infinity. Useful in single line contexts.
In normal text there will surprising little stretching involved due to the global paragraph optimization alorithm. You will see that all other word spaces will have the minimum width and the excessive whitespace is accumulated at the strechable space.
Allowed attributes: (none)
Child elements: (none)
<PlaceObject> <Textblock width="10"> <Paragraph><Value>Hello</Value><HSpace/><Value>World</Value></Paragraph> </Textblock> </PlaceObject>