... 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
229
Example
This example clears the first custom tab in the first paragraph of the active document.
clear tab stop 1 of paragraph 1 of active document
This example protects the document for forms and deletes the text from the first form field if the
field is a text form field.
protect active document protection type allow only form fields with no reset
if form field type of form field 1 of active document is ¬
field form text input then clear text input of ¬
form field 1 of active document
This example removes dropped capital letter formatting from the first letter in the active document.
set drop1 to drop cap of paragraph 1 of active document
if drop position of drop1 is not drop none then clear drop1
This example removes the CMD+F1 key assignment from the Normal template.
set customization context to normal template
clear (find key key code (build key code key1 command_key key2 f1_key))
Command: clear all fuzzy options
Clears all nonspecific search options associated with Japanese text.
Syntax
clear all fuzzy options find Required. An expression that returns a find object.
Remarks
This command sets the following properties to false:
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
Summary :
Remarks This command sets the following properties to false: 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
Tags :
document,actie,field,form,clear,text,example,first,key,all,options,drop,find