Layout

A layout is defined for each page and page section. The layout defines the relative width of the child items added to the page. It is defined as a comma separated list of numbers from 1 to 12, where 12 is the full width of the page. To present two child items next to each other on the page, any two numbers that sum up to 12 can be used, for example, 6, 6 or 4, 8. To define a layout with more than one row, add additional comma separated numbers that sum up to 12. For example, 6, 6, 4, 4, 4 or 4, 8, 12.

If the number of child items added to a page exceeds the number of frames in the layout, then the specified layout pattern automatically repeats. For example, if four child items are added to a page, where the layout is defined as 4, 8, the result is a page with the layout 4, 8, 4, 8.