new_line
Summary
Inserts a new line (DEPRECATED).Usage
pdf( new_line )
Description
This function inserts a new line.
Examples
Example 1
{pdf( 'text', 'Some text.'|wash( 'pdf' ) )} {pdf( 'text', 'This sentence is written at the same line.'|wash( 'pdf' ) )} {pdf( 'new_line' )} {pdf( 'text', 'The start of a new line.'|wash( 'pdf' ) )} {pdf( 'new_line' )} {pdf( 'new_line' )} {pdf( 'text', 'There is a blank line above this one.'|wash( 'pdf' ) )}
This example demonstrates everything that can be done with the "new_line" function.
Balazs Halasy (13/05/2004 2:56 pm)
Julia Shymova (11/01/2008 1:08 pm)
Comments