Control which document regions are editable based on user permissions from Word permission ranges. When a Word document contains permission ranges (Documentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
w:permStart/w:permEnd), SuperDoc automatically restricts editing to the allowed regions for the current user.
How it works
Permission ranges define editable regions within a protected Word document. The extension:- Parses
permStartandpermEndmarkers from the document - Matches the current user’s email against the
ed(specific editor) oredGrp(editor group) attributes - Allows edits only within matched permission ranges
- Blocks edits outside permitted regions
Permission matching
Ranges can target specific users or groups:ed attribute uses the format domain\username, matched against the user email configured in SuperDoc.

