AutoFormatOverride Property

Returns or sets a Boolean that represents whether automatic formatting options override formatting restrictions in a document where formatting restrictions are in effect.

expression.AutoFormatOverride

expression Required. An expression that returns one of the objects in the Applies To list.

Example

The following specifies that automatic formatting will override formatting restrictions in a protected document.

ActiveDocument.AutoFormatOverride = True

Applies to | Document Object