How can I customise the printing of lines in the PDF List View?
In the PDF List View the way that each row is printed can be customised by changing the settings for the body style in the PDF style file as follows: • Alternate rows can have a different background colour (known as ‘candy stripes’) by specifying the fillcolour attribute. If this is not specified then the background will be transparent. The example in Figure 35 also uses the default setting for border which is ‘LR’ (Left+Right). Figure 35 – List View with fillcolour = array(224,235,255) • A border can be specified for each cell in the row by specifying the border attribute. If this is not specified then the default will be ‘LR’ (Left+Right). The example in Figure 36 does not use a fillcolour. Figure 36 – List View with border => ‘LRTB’ • It is also possible to put a border around the page body instead of each cell. This is done by setting the border attribute to ‘P’ as shown in Figure 37. Figure 37 – List View with border => ‘P’ You can mix ‘fillcolour’ and ‘border’ settings to create