... 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
299
Command: merge
Merges the changes marked with revision marks from one document to another.
Syntax
merge document Required. An expression that returns a document object.
file name Unicode text Required. The path and file name of the original document you want to
merge revisions with.
Example
This example merges changes from the active document into Sales1.doc.
merge active document file name "Macintosh HD:Users:Shared:Sales1.doc"
Command: merge subdocuments
Merges the specified subdocuments of a master document into a single subdocument.
Syntax
merge subdocuments document Required. An expression that returns a master document that
contains the subdocuments to be merged.
[first subdocument subdocument] Optional. The first subdocument in a range of subdocuments
to be merged.
[last subdocument subdocument] Optional. The last subdocument in a range of subdocuments
to be merged.
Example
This example merges the first and second subdocuments in the active document into one
subdocument.
if (count of subdocuments of active document) 2 then
set aDoc to active document
merge subdocuments aDoc first subdocument subdocument 1 of aDoc last ¬
subdocument subdocument 2 of aDoc
end if
Command: millimeters to points
Converts a measurement from millimeters to points (1 mm = 2.85 points). Returns the converted
measurement as a small real number.
Syntax
millimeters to points
millimeters small real Required. The millimeter value to be converted to points.
Summary :
if (count of subdocuments of active document) 2 then set aDoc to active document merge subdocuments aDoc first subdocument subdocument 1 of aDoc last ¬ subdocument subdocument 2 of aDoc end if Command: millimeters to points Converts a measurement from millimeters to points (1 mm = 2.85 points).
Tags :
subdocuments,merge,actie,points,merges,first,example,required,adoc,millimeters,syntax,returns,last