<helpText>
(Associated Help Text)
This element specifies optional help text which shall be associated with the parent form field. The method or user interface by which this help text may be surfaced is not defined by this Office Open XML Standard.
If this element is omitted, then no help text shall be associated with the current form field.
<w:fldSimple w:instr="FORMDROPDOWN"> <w:ffData> <w:helpText w:type="text" w:val="Example help text." /> <w:ddList> … </w:ddList> </w:ffData> </w:fldSimple>
The <helpText>
element specifies the help text for the parent form field - in this case, literal help text consisting of the string Example help text.
]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the type of help text which is specified by this element, defined by the simple type below. If this attribute is omitted, then its value shall be assumed to be <w:ffData> <w:helpText w:type="text" w:val="Example help text." /> </w:ffData> The The possible values for this attribute are defined by the ST_InfoTextType simple type (§2.18.49). |
|
Specifies the help text for the current form field. Based on the value of the
<w:ffData> <w:helpText w:type="autoText" w:val="HelpText" /> </w:ffData> The text in the The possible values for this attribute are defined by the ST_FFHelpTextVal simple type (§2.18.29). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FFHelpText">
<attribute name="type" type="ST_InfoTextType"/>
<attribute name="val" type="ST_FFHelpTextVal"/>
</complexType>