Aligment options for dynamic placed elements
There are several ways to align dynamic positioned elements in the designer:
(These lists alignment options for dynamic positioned elements only. All alignment options are covered here.)
1.You can use the table element to align columns e.g. for detail lines e.g. combined with a repeat row or repeat element.
2.The margin setting on the dynamic positioned elements can be used for pushing elements up/down and left/right.
3.You can also insert a dynamic positioned container and insert fixed positioned elements inside of it. Here you should consider setting a size of the container as the size of a container is default the size of the dynamic positioned elements inside.
4.You can setup vertical alignment of elements inside a cell element of a table.
5.You can also consider changing the flow direction of the main container (page element, container or table cell) from the default value, column (vertical flow) into row (horizontal flow).
6.You can add a margin to the dynamic placed elements.
Related Articles
Aligment options for fixed positioned elements
There are several ways to align fixed positioned elements in the designer: (This lists alignment options for fixed positioned elements only. All alignment options are covered here.) 1.You can enable a grid, resize the lines of the grid and the fixed ...
Alignment options
In the designer you have multiple ways to align elements: There is a special alignment option for text elements, that behaves in two different ways: Align within designated area or align relative to reference point. The other alignment options ...
Fixed and dynamic positions
Fixed and dynamic positions : When you insert elements in the InterFormNG2 designer, then you can choose to insert the element in either a fixed or a dynamic position. This is also explained in this video: If you insert a physical element in ...
Dynamic Xpath settings for design elements
You can set multiple settings as an xpath expression for many of the design elements in the normal template designer (for printed and PDF result). For almost all the physical elements you can setup an Xpath expression for the X- and Y-position of the ...
Options for handling detail lines
When it comes to detail lines of a document, then you of course need to use a repeat loop, that iterates across all of the detail lines of your input file. Here I use this XML file as input: (You can find that in the document Library of InterFormNG2 ...