Insert ComboBox in Word 2007

Please help
I need to insert Combo Boxes in our Word 2007 document.
I use such code

DocumentBuilder builder = new DocumentBuilder(doc);
builder.insertComboBox("", new String[]{"Row 1", "Row 2", "Row 3"}, 0);

Actual we got (see attach): aspose_combo_box.docx and aspose_combo_box.png. (Combo Box in style Word 2003)
We expect result like (see attach): need_combo_box.docx and need_combo_box.png. (Combo Box in style Word 2007)
We use aspose-words version 10.0.1.
What kind of code I should use to insert ComboBox in style Word 2007, or I need use new version of Aspose.Word 10.6?

Hi,
Thanks for your inquiry and providing the additional information.
Unfortunately, Aspose.Words currently does not support this feature i.e. inserting SDT or Content Controls (e.g. Combo Box, Date Picker etc) in documents programmatically. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Sorry for inconvenience.
Best Regards,

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


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

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan