wp:wrapThrough
Through Wrapping
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
Schema document: dml-wordprocessingDrawing.xsd
Type: wp:CT_WrapThrough
Properties: Local, Qualified
Content
- wp:wrapPolygon [1..1] Wrapping Polygon
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
wrapText | [1..1] | wp:ST_WrapText | Text Wrapping Location | |
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
- Group wp:EG_WrapType
- Type wp:CT_Anchor via reference to wp:EG_WrapType (Element wp:anchor)
Sample instance
<wp:wrapThrough wrapText="bothSides"> <wp:wrapPolygon> <wp:start x="1" y="1"/> <wp:lineTo x="1" y="1"/> </wp:wrapPolygon> </wp:wrapThrough>