Hi Mehmet,
On 2021-07-27 12:59:51, Mehmet ERİBOL wrote:
> I am working with tables. An a table cell can be multi line but it is
> automatic. I tried add multi element for creating new paragrah but
> row.push_element() only works for one element. I used "\n" formatting
> but it just does not affect what i want.
>
> Is there a way to make new line for one string?
I think this should work by creating a LinearLayout and then adding
multiple paragraphs to that layout. Directly supporting \n in
paragraphs is planned but not yet implemented.
Best,
Robin