docx
    Preparing search index...

    Class WrapSquare

    Represents square text wrapping for a floating drawing.

    WrapSquare causes text to wrap around the rectangular bounding box of the drawing on the specified side(s).

    Reference: http://officeopenxml.com/drwPicFloating-textWrap.php

    <xsd:complexType name="CT_WrapSquare">
    <xsd:sequence>
    <xsd:element name="effectExtent" type="CT_EffectExtent" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="wrapText" type="ST_WrapText" use="required"/>
    <xsd:attribute name="distT" type="ST_WrapDistance"/>
    <xsd:attribute name="distB" type="ST_WrapDistance"/>
    <xsd:attribute name="distL" type="ST_WrapDistance"/>
    <xsd:attribute name="distR" type="ST_WrapDistance"/>
    </xsd:complexType>

    Hierarchy (View Summary)

    Index

    Constructors

    Methods