Hi,
I am completely new to docx4j. my project requirement is as follows. We have a docx template which has many place holders to be substitued thro UI application. I created a map to hold all the placeholders as key value pair. I reffered the UnmarshallfromTemplate sample and did the replacing with this sample code. I tried with 2 strings and it got replaced perfectly. My template has 2 or 3 font colors. I tried ...