Preferred width

Hi

I need to specify “preferred width” option for one of my table which will be generated dynamically using Aspose.words. In the case of Microsoft.Office.Interop.Word this option is available which is shown in the following code.

Foreach Word.Table curTable in WordDoc.Tables
    curTable.PreferedWidthType = Word.WdPreferredWidthType.wdPreferredWidthPoints
    curTable.PreferredWidth = 100
Next curTable

Please suggest if there is any workaround for this.

Thanks

Phani

Hi

Thanks for your request. Unfortunately, there is no way to specify preferred width of a table using Aspose.Words. Your request has been linked to the appropriate issue. We will let you know once this feature is available.

Best regards,

The issues you have found earlier (filed as WORDSNET-581) have been fixed in this .NET update and in this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(69)