# Text breaks

Text breaks are empty new lines. To add text breaks, use the following syntax. All parameters are optional.

``` php
<?php

$section->addTextBreak([$breakCount], [$fontStyle], [$paragraphStyle]);
```

- ``$breakCount``. How many lines.
- ``$fontStyle``. See [`Styles > Font`](../styles/font.md).
- ``$paragraphStyle``. See [`Styles > Paragraph`](../styles/paragraph.md).