wp:wrapSquare
Square Wrapping
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
Schema document: dml-wordprocessingDrawing.xsd
Type: wp:CT_WrapSquare
Properties: Local, Qualified
Content
- wp:effectExtent [0..1] Object Extents Including Effects
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
wrapText | [1..1] | wp:ST_WrapText | Text Wrapping Location | |
distT | [0..1] | wp:ST_WrapDistance | Distance From Text (Top) | |
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
- Group wp:EG_WrapType
- Type wp:CT_Anchor via reference to wp:EG_WrapType (Element wp:anchor)
Sample instance
<wp:wrapSquare wrapText="bothSides"> <wp:effectExtent l="1" t="1" r="1" b="1"/> </wp:wrapSquare>