Can I set a table's Text Wrapping property to true


I'm doing a bulk insert of images, each within its own table so that I can set borders around them without messing with GDI. I want the tables to line up side by side however and for that I would need to set each one's Text Wrapping property. Is there any way to do this from Aspose.Words API?

Fred

'Text wrap' and 'fit text' settings are currently not available from our public API. I will make them available in the next hotfix, which will be released in about 2 weeks from now.

Best regards,

We have just released Aspose.Words 3.7. WrapText and FitText properties are made available in the CellFormat class.

Best regards,