I have a template of a docx document and using docx4j I would like to change the content of "Sdt Content". The "Sdt Block" contains the title of the document from the MS Word "Document Info" field, which is displayed in the header and on the first page.
Unfortunately, when I try to change the <w:t> value in <w:sdtContent> in the XML header file, the value does not update in the generated document. Editing other ...