<drawing>
(DrawingML Object)
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:
<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). ]
Child Elements |
Subclause |
---|---|
|
|
|
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>