CellFormat.FitText

Hi,

I am unable to see property CellFormat.FitText. Which version of Aspose.Word supports this feature?

What is the alternative way to impose word wrap within a cell?

Regards,
Anand

CellFormat.FitText property is supported starting from .NET version 3.7.1. It is also supported in the latest Java version 1.0.5. Wrap of text within cell is controlled by another property - CellFormat.WrapText, which was implemented at the same time as FitText property.

Best regards,