I need be able to insert radio buttons. I see there is a InsertCheckBox(…) method, but I do not see one for radio buttons. Is there anyway to create a control to produce the behavior or a radio button? Are there any other solution?
Hi
Thanks for your inquiry. Unfortunately, there is no way to insert RadioButton into MS Word documents using Aspose.Words. Using Aspose.Words you can insert only Form Fields, and there are only three types of formfields: CheckBox, TextInput and ComboBox. Please see the following link for more information:
https://docs.aspose.com/words/net/working-with-form-fields/
RadioButtons in MS Word are ActiveX controls. Unfortunately, there is no way to insert ActiveX controls into MS Word documents using Aspose.Words. Maybe, you can try using ComboBox form field to allow user to select between few options.
Best regards.