[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
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: Consider a run which consists of an object specified using VML. That run would be specified using the following WordprocessingML:
<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). end example]
Parent Elements |
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 |
control (Floating Embedded Control) |
§2.3.3.2 |
movie (Embedded Video) |
§2.3.3.17 |
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>