Options.FormatScanning Property
True for Microsoft Word to keep track of all formatting in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FormatScanning As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.FormatScanning
instance.FormatScanning = value
bool FormatScanning { get; set; }
Property Value
Type: System.Boolean
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.