2020.1

Table Of Contents
l
Whitespace element: Check to make the element a whitespace element, meaning it will
only appear on the page if there is enough space for it. This is useful for templates with
variable height elements or conditional elements, to fill empty spaces with
transpromotional material. Note that only top-level elements (i.e. not inside another
element such as a table or div) will function as whitespace elements.
Geometry
These attributes are available for certain elements that have position or size attributes such as
images and boxes.
l
Top: The horizontal distance from the top-left of the object to the left position of its parent.
This is used only for relative and absolute positioned elements.
l
Left: The vertical distance from the top-left of the object to the top position of its parent.
l
Width: The width of the element, by default in pixels. For an image, this defaults to the
original image width in pixels.
l
Height: The height of the element, by default in pixels. For an image, this defaults to the
original image height in pixels.
l
The Reset Image Size button resets the selected image to its original size.
Note
When no unit is added to a geometry value, the default unit will be added to the value; see "Print
preferences" on page373.
Page
These attributes appear when selecting the Page node in the Outline Pane.
l
Master Page: Which of the "Master Pages" on page151 to use for the template.
Data Model pane
The Data Model Pane displays a Data Model used to help design the template, along with data.
When you load data (see "Loading data" on page328), the resulting record set is loaded in the
Data Model pane. The information shown is the information for the current record within the
record set.
Page 546