HangulHanjaConversionDictionaries.ClearAll Method

Word Developer Reference

Unloads all of the custom or conversion dictionaries.

Syntax

expression.ClearAll

expression   Required. A variable that represents a HangulHanjaConversionDictionaries collection.

Remarks

The ClearAll method does not delete the conversion dictionary files. After using this method, the number of conversion dictionaries in the collection is 0 (zero).

Example

This example unloads all of the conversion dictionaries.

Visual Basic for Applications
  HangulHanjaDictionaries.ClearAll

See Also