int
FormatProperties
.
TextColumns
Break lines after n characters.
Example
=
Paragraph
{
TextColumns
:
10;
"This text will automatically break after each 10 characters"
;
};
//============================================================
This text
will autom
atically b
reak after
each 10 c
haracters