Document.EnforceStyle Property (Word)
Returns or sets a Boolean that represents whether formatting restrictions are enforced in a protected document.
Syntax
expression .EnforceStyle
expression An expression that returns a Document object.
Example
The following example turns on formatting restrictions in the active document.
ActiveDocument.EnforceStyle = True