I am new bee trying to replace content control, I created a docx file with contentControls. In the examples all content parts has databinging , but word does not put databinding I have no clue how to add databingind , please advice how to add databinding . My goal is to retrieve each place holder with storeItemId
and replace it with data as metioned in example org.docx4j.samples.ContentControlsXmlEdit
String itemId = "{5448916C-134B-45E6-B8FE-88CC1FFC17C3}".toLowerCase();
CustomXmlDataStoragePart customXmlDataStoragePart = ...