w:drawing
DrawingML Object
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Drawing
Properties: Local, Qualified
Content
Attributes
None
Used in
- Group w:EG_RunInnerContent
- Type m:CT_R via reference to w:EG_RunInnerContent (Element m:r)
- Type w:CT_R via reference to w:EG_RunInnerContent (Elements w:r, w:r)
Sample instance
<w:drawing> <wp:anchor relativeHeight="1" behindDoc="true" locked="true" layoutInCell="true" allowOverlap="true"> <wp:simplePos x="1" y="1"/> <wp:positionH relativeFrom="margin"> <wp:align>left</wp:align> </wp:positionH> <wp:positionV relativeFrom="margin"> <wp:align>top</wp:align> </wp:positionV> <wp:extent cx="1" cy="1"/> <wp:effectExtent l="1" t="1" r="1" b="1"/> <wp:wrapNone/> <wp:docPr id="1" name="string"> <a:hlinkClick>... </a:hlinkClick> <a:hlinkHover>... </a:hlinkHover> <a:extLst>... </a:extLst> </wp:docPr> <wp:cNvGraphicFramePr> <a:graphicFrameLocks>... </a:graphicFrameLocks> <a:extLst>... </a:extLst> </wp:cNvGraphicFramePr> <a:graphic> <a:graphicData> <!--any element--> </a:graphicData> </a:graphic> </wp:anchor> </w:drawing>