Document.CheckConsistency Method (Word)

Searches all text in a Japanese language document and displays instances where character usage is inconsistent for the same words.

Syntax

expression .CheckConsistency

expression Required. A variable that represents a Document object.

Example

This example checks the consistency of Japanese characters in the active document.

ActiveDocument.CheckConsistency

See Also

Concepts

Document Object Members

Document Object