Share via


EnforceStyle Property

Returns or sets a Boolean that represents whether formatting restrictions are enforced in a protected document.

expression.EnforceStyle

expression Required. An expression that returns a Document object.

Example

The following example turns on formatting restrictions in the active document.

ActiveDocument.EnforceStyle = True

Applies to | Document Object