How to get text wrap style from given cell?

There is a API setTextWrapped(boolean) to set the property in Style but I don’t see any API to get this property. How do I know, for a given cell this property has been set or not? Please do suggest.

Regards,
Azhar

Hi Azhar,

Thanks for your posting and using Aspose.Cells.

Please use Style.isTextWrapped() property for your needs. It will help you know if Style.TextWrapped property has been set true or false.

Ohh I missed this. Thanks.

Regards,
Azhar

Hi Azhar,

Thanks for your posting and using Aspose.Cells.

It is good to know that you now know the getter part of Style.TextWrapped property. Let us know if you encounter any other issue. We will be glad to look into it and help you further.