<sizeAuto>
(Automatically Size Form Field)
This element specifies that the parent checkbox form field shall be formatted using the point size which is applied to its field characters via the style hierarchy.
<w:r> <w:rPr> <w:sz w:val="40"/> </w:rPr> <w:fldChar w:type="begin"> <w:ffData> <w:checkBox> <w:sizeAuto /> <w:checked w:val="true" /> </w:checkBox> </w:ffData> </w:r> …
The <sizeAuto>
element specifies that the checkbox shall be displayed in the point size of the formatting which would normally be applied to this text via the style hierarchy. In this case, this size is the twenty points specified via the direct formatting on the parent run. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>