Text breaks
Text breaks are empty new lines. To add text breaks, use the following syntax. All parameters are optional.
<?php
$section->addTextBreak([$breakCount], [$fontStyle], [$paragraphStyle]);
$breakCount
. How many lines.$fontStyle
. SeeStyles > Font
.$paragraphStyle
. SeeStyles > Paragraph
.