... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
226
Command: check
Simulates the mail merge operation, pausing to report each error as it occurs.
Syntax
check data merge Required. An expression that returns a data merge object.
Example
This example checks the active document for mail merge errors.
set theState to state of data merge of active document
if (theState is main and data source) or ¬
(theState is main and source and header) then
check data merge of active document
end if
Command: check consistency
Checks Japanese text for consistency of phonetic spelling and ideographic character usage.
Syntax
check consistency document Required. An expression that returns a document object.
Remarks
Japanese language features are available only in the Japanese version of Word or in an English
version of Word that you have registered as Japanese by using the Microsoft Language Register
application.
Example
This example checks the consistency of Japanese characters in the active document.
check consistency active document
Command: check grammar
Checks a string for grammatical errors. Returns True if the string contains no errors.
Syntax
check grammar application/document Required. An expression that returns an application or
document object.
text to check Unicode text Required. The string you want to check for grammatical errors.
Summary :
set theState to state of data merge of active document if (theState is main and data source) or ¬ (theState is main and source and header) then check data merge of active document end if Command: check consistency Checks Japanese text for consistency of phonetic spelling and ideographic character usage.
Tags :
document,merge,actie,japanese,data,consistency,checks,returns,example,required,errors,syntax,object