This example clears all the custom tab stops in the active document.
ActiveDocument.Paragraphs.TabStops.ClearAll
This example clears the customized key assignments in the Normal template. The key assignments are reset to the default settings.
CustomizationContext = NormalTemplate
KeyBindings.ClearAll
This example unloads all of the custom dictionaries.
CustomDictionaries.ClearAll