hINTModuleState:1. I have a certain chunk of content for instance :<p><pPr>..<pPr><r>..</r></p><p>..</p> etc and I want to protect that chunk of content from user edit.Is there a special tag withwich I can surround that content such that the final result is locked ?
hINTModuleState:2.I want to lock the whole document.Is there a global property I need to write in the docPr part for instance,etc
For the 2nd question, you can create both read-only document and ordinary document by Word 2007, and use OpenXmlDiff tool to observe the differences. The main differences are:
1. <DocSecurity> value in app.xml
2. <w:edit> and <w:enforcement> value of <w:documentProtection> in settings.xml.
Besides, i am interested in why you set this access limitation? is it related to document type(legal documents? finacial documents?) or content priority? I just want to know the practical industry of Open Xml SDK if you are convenient to provide such information. Thanks in advance:)