Microsoft Word Suite
343
Command: split table in selection
Inserts an empty paragraph above the first row in the selection. If the selection isn't in the first row
of the table, the table is split into two tables.
Note If the selection isnt in a table, an error occurs.
Syntax
split table in selection selection object Required. An expression that returns a selection object.
Example
If the selection is in a table, this example splits the table.
if (get selection information selection information type with in table) ¬
is
"True"
then
split table in selection selection
end if
This example splits the first table in the active document between the first and second rows.
select (row 2 of table 1 of active document)
split table in selection selection
Command: substitute font
Sets font-mapping options, which are reflected in the Font Substitution dialog box (Compatibility
pane, Preferences dialog box, Word menu).
Syntax
substitute font
unavailable font Unicode text Required. The name of a font not available on your computer
that you want to map to a different font for display and printing.
substitute font Unicode text Required. The name of a font available on your computer that you
want to substitute for the unavailable font.
Example
This example substitutes Courier for Myfont.
substitute font unavailable font "Myfont" substitute font "Courier"
Command: swap with endnotes
Converts all footnotes in a document to endnotes and vice versa.
Note To convert a range of footnotes to endnotes, use the footnote convert command.
Syntax
swap with endnotes footnote options Required. An expression that returns a footnote options
object.