Closed ImanGharib closed 5 years ago
The placeholders won't lose the style anymore
Hi @nor-deen, thanks for your information. It happened if placeholders where in the same run. Would be great if you could check it too.
Thanks, I "fixed" it(?) with this ~hack~ change
PlaceholderReplacer.java:107 rPr = collect.isEmpty()? null :collect.get(0);
has a bug in traversing the runs, which is to be fixed
Each placeholder gets its own style from the run in wich it exists. related to [issue 67] (https://github.com/thombergs/docx-stamper/issues/67) 68, [64] (https://github.com/thombergs/docx-stamper/issues/64)