Options.FormatScanning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.