[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
FORMDROPDOWN
Description: Inserts a drop-down list style form field which, when the editing of form fields is enabled using the documentProtection element (§2.15.1.28), can be used to select an entry in the list. An instance of this field shall be accompanied by a use of the ffData element (§2.16.17) which contains the form field's properties.
Field Value: A drop-down list based on the properties of the ffData element (§2.16.17).
Switches: None.
[Example: Consider the following fields:
FORMDROPDOWN
Assuming the appropriate properties are used in the child XML elements of the field, a drop-down list is displayed.
end example]