Hi, so what's the difference in the zip/xml files, when you save it with / without a check? (currently I don't have an Office version to reproduce it - Libre office can't save checkboxes in *.docx)
When you identify the different xml attributes/elements you can either simply set it with the corresponding ct-xmlbeans-element or incase the old ecma schema doesn't provide an interface to the element, you can set it via a xmlbeans xml-cursor. If in doubt, simply provide the two documents and I try to give you the snipplet. Andi On 20.10.2014 17:17, Park, Jee [USA] wrote: > I am having some issues programmatically checking a checkbox value using > POI's xwpf api, and can't seem to find any resources online. Can anybody > point me in the right direction? I am able to pull the CTTc of the document > and manually check whether the element is a checkbox, however I cannot find a > way to have that checkbox checked. Thank you for your time. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
