Options.FormatScanning Property

Definition

True for Microsoft Word to keep track of all formatting in a document.

public:
 property bool FormatScanning { bool get(); void set(bool value); };
public bool FormatScanning { get; set; }
member this.FormatScanning : bool with get, set
Public Property FormatScanning As Boolean

Property Value

Remarks

Enabling the FormatScanning property allows you to identify all unique formatting in your document, so you can easily apply the same formatting to new text and quickly replace or modify all instances of a given formatting within a document.

Applies to