~ireas/public-inbox

1

Manuel Multi Line feature for one element

Details
Message ID
<CAMxHoFqqcKXE5t9QQY3vc18EoR7KHKBWNhFh3DTaepiOASC2oA@mail.gmail.com>
DKIM signature
missing
Download raw message
Hi.

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?
Details
Message ID
<20210727103504.GA1161@ireas.org>
In-Reply-To
<CAMxHoFqqcKXE5t9QQY3vc18EoR7KHKBWNhFh3DTaepiOASC2oA@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)