<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). ]

Parent Elements

<r>7.1.2.87); <r>2.3.2.23)

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>