... 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
250
Command: endnote convert
Converts endnotes to footnotes, or vice versa.
Syntax
endnote convert endnote options Required. An expression that returns an endnote options object.
Example
This example converts all endnotes in the active document to footnotes.
set myEndnotes to (get endnotes of active document)
if (count of myEndnotes) > 0 then endnote convert endnote options ¬
of
active
document
Command: escape key
Cancels a mode such as Extend or Column Select (equivalent to pressing the ESC key).
Syntax
escape key selection object Required. An expression that returns a selection object.
Example
This example turns on and then cancels Extend mode.
set extend mode of selection to true
escape key selection
Command: execute data merge
Performs the specified data merge operation.
Syntax
execute data merge data merge An expression that returns a data merge object.
[pause Boolean] Optional. True to have Word pause and display a troubleshooting dialog box if
a data merge error is found. False to report errors in a new document.
Example
This example executes a data merge if the active document is a main document with an attached
data source.
set myMerge to data merge of active document
if state of myMerge is main and data source then execute data merge myMerge
Summary :
Syntax execute data merge data merge An expression that returns a data merge object. set myMerge to data merge of active document if state of myMerge is main and data source then execute data merge myMerge
Tags :
merge,document,endnote,example,actie,object,selection,key,syntax,mymerge,endnotes,returns,then