Document.EnforceStyle Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.EnforceStyle = True

See Also