Microsoft Word Suite
270
·
start of range column number Returns the table column number that contains the beginning of
the selection or range.
·
start of range row number Returns the table row number that contains the beginning of the
selection or range.
·
vertical position relative to page Returns the vertical position of the selection or range; this is
the distance from the top edge of the selection to the top edge of the page, in twips (20 twips =
1 point, 72 points = 1 inch). If the selection isn't visible in the document window, returns -1.
·
vertical position relative to page boundary Returns the vertical position of the selection or
range, relative to the top edge of the nearest text boundary enclosing it, in twips (20 twips =
1 point, 72 points = 1 inch). This is useful for determining the position of the insertion point
within a frame or table cell. If the selection isn't visible, returns -1.
·
with in table Returns "True" if the selection is in a table.
·
zoom percentage Returns the current percentage of magnification as set by the percentage
property.
Example
This example displays the current page number and the total number of pages in the active
document.
display dialog "The selection is on page " & (get selection information ¬
selection information type active end page number) & " of page " & ¬
(get selection information information type ¬
number of pages in document)
Command: get spelling suggestions
Returns a record that represents the type of error and the list of words suggested as spelling
replacements for a given word.
Syntax
get spelling suggestions
item to check Unicode text Required. The word whose spelling is to be checked.
[custom dictionary dictionary] Optional. An expression that returns a dictionary object.
[ignore uppercase Boolean] Optional. True to ignore words in all uppercase letters. If this
argument is omitted, the current value of the ignore uppercase property of the Word options
class is used.
[main dictionary dictionary] Optional. An expression that returns a dictionary object.