Usually plain text controls are used to hold the NAV fields or variables of a report with a Word layout. One property of these plain text controls is "Allow multiple Paragraphs", which should enable formatting the text with additional line breaks (paragraph breaks) into several lines. But the question is: How to insert such a manual line break into a text variable, e. g.? Unfortunately, inserting a Text2 variable CRLF with CRLF[1] := 13; and CRLF[2] := 10; in the middle of a text string doesn't work...
Found this in the meantime:
forum.mibuso.com/discussion/64696/newlines-in-word-report-fields