I want to create a Word document that works as a template, where all the document is locked from editing except the Content Controls (<sdt/>
elements) in the document that the user can edit.
What I've seen is that if I lock the document edition (right now I'm using the _markAsFinal
property) there's no way to unlock a single Content Control.
Am I missing something? Or is this by design?