Microsoft Word Suite
321
Example
This example resets the endnote continuation notice for the active document.
reset continuation notice endnote options of active document
This example resets the footnote continuation notice and sets the starting number for footnote
reference marks to 2 in Sales.doc.
reset continuation notice footnote options of text object of section 1 ¬
of
document
"Sales.doc"
set footnote numbering rule of footnote options of text object of section 1 ¬
of document "Sales.doc" to restart continuous
set footnote starting number of footnote options of text object of section 1 ¬
of document "Sales.doc" to 2
Command: reset continuation separator
Resets the footnote or endnote continuation separator to the default separator. The default separator
is a long horizontal line that separates document text from notes continued from the previous page.
Syntax
reset continuation separator footnote options/endnote options Required. An expression that
returns an endnote options or footnote options object.
Example
This example resets the footnote continuation separator to the default separator line.
reset continuation separator footnote options of active document
This example resets the endnote continuation separator for the first section in each open document.
repeat with aDoc in (get documents)
reset continuation separator endnote options of text object of ¬
section 1 of aDoc
end repeat
Command: reset ignore all
Clears the list of words that were previously ignored during a spelling check. After you run this
command, previously ignored words are checked along with all the other words.
Syntax
reset ignore all
Example
This example clears the list of words that were ignored during a previous spelling check and then
begins a new spelling check on the active document.
reset ignore all
check spelling text object of active document