Skip to content

Line feed is not respected in cells #16

Description

@rmattler

Text with line breaks is not show in the cell.

Code:
String s = "Policies \n and \n Proc, ";

y = lp.putRow(pMargin, y, Cell.of(headingCell20, colWidths[0], heading20, s));

I'm expecting:

Policies
and
Procs

Instead I get:

Policies and Proc

Is this intentional or a bug?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions