... 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
320
Command: remove theme
Removes the theme from a document.
Syntax
remove theme document Required. An expression that returns a document object.
Example
This example removes the active theme from the current document.
remove theme active document
Command: repaginate
Repaginates the entire document.
Syntax
repaginate document Required. An expression that returns a document object.
Example
This example repaginates the active document if it's changed since the last time it was saved.
if saved of active document is false then repaginate active document
This example repaginates all open documents.
repeat with aDoc in (get documents)
repaginate aDoc
end repeat
Command: reset
Removes manual character formatting (formatting not applied using a style). For example, if you
manually format a word as bold and the underlying style is plain text (not bold), the reset command
removes the bold format.
Syntax
reset font Required. An expression that returns a font object.
Example
This example removes manual formatting from the selection.
reset font object of selection
Command: reset continuation notice
Resets the footnote or endnote continuation notice to the default notice. The default notice is blank
(no text).
Syntax
reset continuation notice footnote options/endnote options Required. An expression that returns
an endnote options or footnote options object.
Summary :
Microsoft Word Suite 320 Command: remove theme Removes the theme from a document. remove theme active document Command: repaginate Repaginates the entire document. if saved of active document is false then repaginate active document This example repaginates all open documents.
Tags :
example,reset,actie,theme,notice,command,remoes,object,syntax,returns,required,expression,repaginate