https://bugs.documentfoundation.org/show_bug.cgi?id=164215
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|implementationError | Severity|normal |enhancement Blocks| |120854 --- Comment #2 from Justin L <[email protected]> --- This is one of the specific instances of bug 120854 asking for feature parity with MS Word's protection scheme. In Settings.xml, we have the type of protection <w:documentProtection w:edit="readOnly" w:formatting="1" w:enforcement="1"/> and in the document, we have paragraph properties which allow particular paragraphs to be editable (MS documentation refers to it as a special bookmark). <w:permStart w:id="2069441988" w:edGrp="everyone"/> ... </w:p> ... <w:p> ... <w:permEnd w:id="2069441988"/> So, this can span PARTS of multiple paragraphs. It also has special table handling, allowing it to affect only a block of columns (rows of course being handled by the placement of permStart / permEnd). Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=120854 [Bug 120854] Support restricting editing of documents like in Word -- You are receiving this mail because: You are the assignee for the bug.
