Space

<space> can be used to add empty space into a layout. You can specify width and height. Usually, both should be specified. The values accept a few units: Nothing (pt), milimeters (mm) and centimeters (cm)

Examples

<space width="3mm" height="2" />

Attributes

width (optional)

The width of the space in pt, mm, or cm. Defaults to 0.

height (optional)

The height of the space in pt, mm, or cm. Defaults to 0.

Last updated

Was this helpful?