... 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
101
Properties
distance from text
Returns or sets the distance (in points) between the dropped capital letter and the paragraph
text. Read/write.
drop position
Returns or sets the position of a dropped capital letter. Read/write.
Can be one of the following:
·
drop margin
·
drop none
·
drop normal
font name
Returns or sets the name of the font for the dropped capital letter. Read/write.
lines to drop
Returns or sets the height (in lines) of the specified dropped capital letter. Read/write.
Class: drop down
Plural
drop downs
Elements
list entry
Represents a drop-down form field that contains a list of items in a form.
To return a single form field object, use form field index, where index is the index number or the
bookmark name associated with the drop-down form field. To return a drop down object, use the
drop down property with the form field object. The following example selects the first item in the
drop-down form field named "DropDown" in the active document.
set drop down value of drop down of form field "dropdown1" of ¬
active document to 1
The index number represents the position of the form field in the form fields list. The following
example checks the type of the first form field in the active document. If it's a drop-down form field,
the second item is selected.
if form field type of form field 1 of active document is ¬
field form drop down then
set drop down value of drop down of form field 1 of active document to 2
end if
Summary :
Can be one of the following: · drop margin · drop none · drop normal font name Returns or sets the name of the font for the dropped capital letter. if form field type of form field 1 of active document is ¬ field form drop down then set drop down value of drop down of form field 1 of active document to 2 end if
Tags :
down,document,actie,sets,returns,letter,index,dropdown,readwrite,dropped,capital,following,list