... 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
272
Remarks
If you attempt to return a story that isn't available in the specified document, an error occurs. The
following example determines whether or not a footnote story is available in the active document.
try
set myRange to get story range active document story type footnotes story
on error
display dialog "The footnotes story is not available."
end try
Example
This example adds text to the primary header story and then displays the text.
set content of text object of (get header section 1 of active document index ¬
header footer primary) to "Header text"
display dialog content of (get story range active document story type primary ¬
header story) as string
Command: get synonym info object
Returns a
synonym info
object that contains information from the thesaurus on synonyms,
antonyms, or related words and expressions for the specified word or phrase.
Syntax
get synonym info
item to check Unicode text Required. The word or phrase to look up in the thesaurus.
[language id enumeration] Optional. The language used for the thesaurus. Can be one of the
following:
afrikaans
arabic
basque
belgian dutch
belgian french
brazilian portuguese
bulgarian
byelorussian
catalan
croatian
czech
danish
dutch
english aus
english canadian
english new zealand
english south africa
english uk
english us
estonian
farsi
finnish
french
french canadian
german
greek
hebrew
hungarian
italian
icelandic
japanese
korean
language none
latvian
macedonian
malaysian
mexicanSpanish
language no proofing
norwegian bokmol
norwegian nynorsk
polish
portuguese
romanian
russian
serbian cyrillic
serbian latin
sesotho
simplified chinese
slovak
slovenian
spanish
spanish modern sort
swedish
swiss french
swiss german
swiss italian
traditional chinese
tsonga
tswana
turkish
ukrainian
venda
xhosa
zulu
Summary :
Can be one of the following: afrikaans arabic basque belgian dutch belgian french brazilian portuguese bulgarian byelorussian catalan croatian czech danish dutch english aus english canadian english new zealand english south africa english uk english us estonian farsi finnish french french canadian german greek hebrew hungarian italian icelandic japanese korean language none latvian macedonian malaysian mexicanSpanish language no proofing norwegian bokmol norwegian nynorsk polish portuguese romanian russian serbian cyrillic serbian latin sesotho simplified chinese slovak slovenian spanish spanish modern sort swedish swiss french swiss german swiss italian traditional chinese tsonga tswana turkish ukrainian venda xhosa zulu
Tags :
english,get,document,actie,french,header,text,language,info,primary,word,example,object