Aspose.PDF table with AutoFitToContent cut text

When you set table ColumnAdjustment property to ColumnAdjustment.AutoFitToContent and in one cell you have two paragraphs it will fit cell width by content of first one.
For example if in first we put “Hello” in second “Hello word” => cell will looks like
image.png (482 Байта)

How to fix it? I want that cell fits by content of the biggest paragraph but not the first one.

@Roman_Matkovskyi

Can you please provide minimal code snippet to reproduce this behavior in our environment? We will test the scenario in our environment and address it accordingly. Also, if you are adding multiple text fragments in cells for different paragraphs, please try to check the property IsKetpWithNext as true to see if it helps.