[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
This element specifies that a DrawingML object is located at this position in the run’s contents. The layout properties of this DrawingML object are specified using the WordprocessingML Drawing syntax (§5.5).
[Example: Consider a run which consists of a picture which is in line with the text in that paragraph (i.e. on the line and affects the line height). That run would be specified using the following WordprocessingML:
<w:r>
<w:drawing>
<wp:inline>
…
</wp:inline>
</w:drawing>
</w:r>
The drawing element indicates that a DrawingML object and its WordprocessingML Drawing positioning data are located at the current position in the run (e.g. a picture or a chart). end example]
Parent Elements |
Child Elements |
Subclause |
anchor (Anchor for Floating DrawingML Object) |
§5.5.2.3 |
inline (Inline DrawingML Object) |
§5.5.2.8 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Drawing">
<choice minOccurs="1" maxOccurs="unbounded">
<element ref="wp:anchor" minOccurs="0"/>
<element ref="wp:inline" minOccurs="0"/>
</choice>
</complexType>