Inserting altChunk into docx template
- This topic has 1 reply, 1 voice, and was last updated 6 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › WordprocessingML › Inserting altChunk into docx template
Tagged: altChunk template
I’ve just found that content control <w:std> is more appropriate for templating than MERGEFIELD. So, the problem 1. solved. The <w:std> is easier to find. I am just not sure how to use <w:alias>, <w:tag> and content control text to be convenient for the users who would create the DOCX templates.
And finally found this blog with the solution https://blogs.msdn.microsoft.com/brian_jones/2008/12/08/the-easy-way-to-assemble-multiple-word-documents/