insert ComboBox in Word 2007

Last post 01-03-2012, 4:35 AM by aspose.notifier. 2 replies.
Sort Posts: Previous Next
  •  10-31-2011, 3:38 AM 339060

    insert ComboBox in Word 2007 Java

    Attachment: Present (inaccessible)
    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?

    Filed under: Apose.Words;Java 1.6
     
  •  10-31-2011, 6:36 AM 339092 in reply to 339060

    Re: insert ComboBox in Word 2007

    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,

    Awais Hafeez
    Support Developer
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
  •  01-03-2012, 4:35 AM 352629 in reply to 339060

    Re: insert ComboBox in Word 2007

    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.
     
View as RSS news feed in XML