<control>
(Floating Embedded Control)
This element specifies that the parent VML object is a representation of an embedded control at the current location in the document. This element shall be used to associate the VML data with the appropriate embedded control settings and properties when the document is displayed.
If the embedded control is not present, cannot be loaded due to application settings, or is not supported, then the VML data shall be used to provide an image representation of the control at the appropriate location in the document.
<w:r> <w:pict> … <w:control r:id=”rId99” w:shapeid=”shape01” … /> </w:pict> </w:r>
The <control>
element indicates that the parent VML object contains the positioning and last known image representation of an embedded control, whose settings and properties are stored on this element. ]
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID for the relationship which contains the properties for this embedded control. This property bag is contained in a separate part within the Word Open XML package. The relationship explicitly targeted by this attribute shall be of type http://schemas.openxmlformats.org/officeDocument/2006/relationships/control or the document shall be conisdered non-conformant. If this attribute is omitted, then the embedded control shall be given no property bag when instantiated. <w:control r:id="rId5" w:id="CheckBox1" w:name="CheckBox1" w:shapeid="_x0000_s1027" w:class="shape" w:w="145" w:h="28" w:align="left" /> The The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
Specifies a unique name for this embedded control. This name shall be unique across all controls in this document. <w:control r:id="rId5" w:id="CheckBox1" w:name="CheckBox1" w:shapeid="_x0000_s1027" w:class="shape" w:w="145" w:h="28" w:align="left" /> The The possible values for this attribute are defined by the ST_String simple type (§2.18.89). |
|
Specifies the shape ID for a shape which shall be used to define the presentation and location of this embedded control within the document if the control is floating using the VML syntax. Note:
This shape ID reference is resolved by looking for a VML If this attribute is omitted, then this embedded control shall be displayed inline in the current location in the parent run. <w:control r:id="rId5" w:id="CheckBox1" w:name="CheckBox1" w:shapeid="_x0000_s1027" w:class="shape" w:w="145" w:h="28" w:align="left" /> The The possible values for this attribute are defined by the ST_String simple type (§2.18.89). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Control">
<attribute name="name" type="ST_String" use="optional"/>
<attribute name="shapeid" type="ST_String" use="optional"/>
<attribute ref="r:id" use="optional"/>
</complexType>