Hi all,
I am using the docx4j library to retrieve form fields from a Word 2013 (docx) document.
The form contains, among others, two ActiveX radio buttons, grouped together.
Although I can get information about the rest of the form fields (they are not legacy or ActiveX controls), when it comes to radio buttons I retrieve neither the group name nor the radio values.
Is what I am describing possible with the docx4j library?
thank you in advance.