Hello,
I've got some documents with content controls in it (sdtBlock).
With this method I was able to read it after casting it to a sdtBlock:
...getMainDocument.getJaxBElement.getBody.getEG...get(x)...
First, Is there a better possibility without casting of the element?
Also, i need to rewrite the content of the sdtBlock with docx4j (not adding a new one) but I found no way to do this. Is there a possibility?
kind regards