antonmihaylov / OpenXmlTemplates

Word .docx templating system that is designer (no scripting tags) and server-friendly (no word installation required)
GNU Lesser General Public License v3.0
92 stars 25 forks source link

Make a easier to access class that handles batch control replacement #2

Closed antonmihaylov closed 4 years ago

antonmihaylov commented 4 years ago

Currently the static method ReplaceAllControlReplacers is used to replace all content. It would be easier to do that using a class that has different replacers registerd + the ability to register your own and the ability to turn on and off different replacers. Saving and opening the word file would also be handled through that class.