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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.