Missing data when creating a report using DynamicJasper

Has anyone had problems with missing words when using dynamicJasper? More detailed information about the problem is as follows: Let's say that in a certain field I want to print a rather large line: "HOUSE NUMBER"

therefore, if the width for this column is set to 30, it is printed in a fine,

if set to "20", only "HOME" is printed and

if set to 15, both words are printed, but in two lines, which is also good.

I don’t know how I can avoid this problem if there are many different “rows” in a certain column, and no matter what width is set, there is always something missing.

thanks for the help

+3
source share
1 answer

Have you tried setting isStretchWithOverFlow (boolean) as true?

+1
source

Source: https://habr.com/ru/post/1773583/