wp:inline
Inline DrawingML Object
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
Schema document: dml-wordprocessingDrawing.xsd
Type: wp:CT_Inline
Properties: Global, Qualified
Content
- Sequence [1..1]
- wp:extent [1..1] Drawing Object Size
- wp:effectExtent [0..1] Inline Wrapping Extent
- wp:docPr [1..1] Drawing Object Non-Visual Properties
- wp:cNvGraphicFramePr [0..1] Common DrawingML Non-Visual Properties
- a:graphic [1..1] Graphic Object
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
distT | [0..1] | wp:ST_WrapDistance | Distance From Text on Top Edge | |
distB | [0..1] | wp:ST_WrapDistance | Distance From Text on Bottom Edge | |
distL | [0..1] | wp:ST_WrapDistance | Distance From Text on Left Edge | |
distR | [0..1] | wp:ST_WrapDistance | Distance From Text on Right Edge |
Used in
- Type w:CT_Drawing (Element w:drawing)
Sample instance
<wp:inline> <wp:extent cx="1" cy="1"/> <wp:effectExtent l="1" t="1" r="1" b="1"/> <wp:docPr id="1" name="string"> <a:hlinkClick> <a:snd r:embed="string"/> <a:extLst>... </a:extLst> </a:hlinkClick> <a:hlinkHover> <a:snd r:embed="string"/> <a:extLst>... </a:extLst> </a:hlinkHover> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </wp:docPr> <wp:cNvGraphicFramePr> <a:graphicFrameLocks> <a:extLst>... </a:extLst> </a:graphicFrameLocks> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </wp:cNvGraphicFramePr> <a:graphic> <a:graphicData> <!--any element--> </a:graphicData> </a:graphic> </wp:inline>