ingomohr / docwriter

API to write docx documents
MIT License
1 stars 0 forks source link

Make Placeholder-Rule Detect Placeholders Spread over Multiple Text Objects #21

Open ingomohr opened 4 years ago

ingomohr commented 4 years ago

In order to execute placeholder rules, you need to add placeholders to the template docx file. If you do this in MS Word (tested in both Office 365 for Mac and in Word 2010 for Windows), the placeholder strings are often represented by more than one Docx-Text object. For now, you have to retry until the corresponding placeholder is contained in one Docx-Text element - which is a bit nervewrecking.

Task

Pls enable placeholder rules detect placeholder key spread over multiple adjacent Text widget, as well.