... 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
311
Command: points to lines
Converts a measurement from points to lines (1 line = 12 points). Returns the converted
measurement as a small real number.
Syntax
points to lines
points small real Required. The measurement, in points.
Example
This example converts the line spacing value of the first paragraph in the selection from points to
lines.
display dialog ((points to lines points (line spacing of paragraph 1 ¬
of selection)) as string) & " lines"
Command: points to millimeters
Converts a measurement from points to millimeters (1 millimeter = 2.835 points). Returns the
converted measurement as a small real number.
Syntax
points to millimeters
points small real Required. The measurement, in points.
Example
This example converts 72 points to the corresponding number of millimeters.
display dialog ((points to millimeters points 72) as string) & " millimeters"
Command: points to picas
Converts a measurement from points to picas (1 pica = 12 points). Returns the converted
measurement as a small real number.
Syntax
points to picas
points small real Required. The measurement, in points.
Example
This example converts 36 points to the corresponding number of picas.
display dialog ((points to picas points 36) as string) & " picas"
Command: present it
Opens PowerPoint with the specified Word document loaded.
Syntax
present it document Required. An expression that returns a document object.
Summary :
Microsoft Word Suite 311 Command: points to lines Converts a measurement from points to lines (1 line = 12 points). Command: points to picas Converts a measurement from points to picas (1 pica = 12 points).
Tags :
measurement,small,real,conerts,example,lines,number,millimeters,picas,syntax,returns,required,command