This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

new_line

Summary

Inserts a new line.

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 4:56 pm)

Balazs Halasy (04/05/2005 1:54 pm)

Balazs Halasy, Raymond Bosman


Comments

There are no comments.