<pict>
(VML Object)
This element specifies that an object is located at this position in the run’s contents. The layout properties of this object are specified using the VML syntax (§6.1).
example:
<w:r> <w:pict> … </w:pict> </w:r>
The <pict>
element indicates that an object specified in VML is located at the current position in the run (e.g. a floating embedded control). ]
Child Elements |
Subclause |
---|---|
Any element from the urn:schemas-microsoft-com:vml namespace |
§6.1 |
Any element from the urn:schemas-microsoft-com:office:office namespace |
§6.2 |
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Picture">
<complexContent>
<extension base="CT_PictureBase">
<sequence maxOccurs="1">
<element name="movie" type="CT_Rel" minOccurs="0"/>
<element name="control" type="CT_Control" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>