2019.2

Table Of Contents
files, they are styled with CSS. To learn how to use CSS in the Designer, see "Styling and
formatting" on page741 and "Styling templates with CSS files" on page743. For information
about specific properties and their options, see W3Schools CSS Reference.
Note
When no unit is added to a geometry value, such as the width, height, top or margin, the default unit
will be added to the value; see "Print preferences" on page848.
Note
Using viewport based units (vw, vh, vmin, vmax) in Print sections is not recommended. This may
cause differences between the preview in the Designer and the printed output.
For information about the different types of Boxes, see "Boxes" on page692.
Box tab
l
General group:
l
Width: Set the width of the boxin measure or percentage. When no unit is entered,
the default unit will be added to the value (see "Print preferences" on page848).
Equivalent to the CSS width property.
l
Height: Set the height of the boxin measure or percentage. When no unit is
entered, the default unit will be added to the value (see "Print preferences" on
page848). Equivalent to the CSS height property.
l
Angle: Set the rotation angle of the boxin clockwise degrees. Equivalent to the
CSS transform:rotate property.
l
Corner radius: Set the radius of rounded border cornersin measure or percentage.
Equivalent to the CSS border-radius property.
l
Display: Use the drop-down or type in the value for how to display the box.
Equivalent to the CSS display property.
l
Overflow: Use the drop-down or type in the value for how to handle overflow (text
that does not fit in the current size of the box). Equivalent to the overflow property.
Page 927