Document.CheckConsistency Method (2007 System)
Searches all text in a Japanese language document and displays instances where character usage is inconsistent for the same words.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub CheckConsistency
'Usage
Dim instance As Document
instance.CheckConsistency()
public void CheckConsistency()
public:
void CheckConsistency()
public function CheckConsistency()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.