Microsoft Word Suite
332
Command: set all fuzzy options
Activates all nonspecific search options associated with Japanese text.
Syntax
set all fuzzy options find Required. An expression that returns a find object.
Remarks
This command sets the following properties to true:
ay match fuzzy
bv match fuzzy
byte match fuzzy
case match fuzzy
dash match fuzzy
dz match fuzzy
hf match fuzzy
hiragana match fuzzy
iteration mark match fuzzy
kanji match fuzzy
ki ku match fuzzy
old kana match fuzzy
prolonged sound mark match fuzzy
punctuation match fuzzy
small kana match fuzzy
space match fuzzy
tc match fuzzy
zj match fuzzy
Example
This example activates all nonspecific options before executing a search in the selected range. If the
word "
" is formatted as bold, the entire paragraph is selected and copied to the Clipboard.
clear formatting find of selection
set all fuzzy options find of selection
set bold of font object of find object of selection to true
set utxtViolin to «data utxt30D030A430AA30EA30F3»
execute find find object of selection find text utxtViolin ¬
with match forward and find format
if found of find of selection is true then
expand selection by a paragraph item
copy selection
end if
Command: set as font template default
Sets the specified font formatting as the default for the active document and all new documents
based on the active template. The default font formatting is stored in the Normal style.
Syntax
set as font template default font Required. An expression that returns a font object.
Example
This example sets the character formatting in the selection as the default.
set as font template default font object of selection