Hi i am trying to fill a Table and some cells contain text with new line \n, but this new line is not shown on the Table. We write more complicated code, but even this simple example doesn’t add a new line.
@Test
public…...setWrapText(true); Paragraph paragraph = new Paragraph(document); Run...line"); paragraph.appendChild(run); cell.appendChild(paragraph); document...