docx
    Preparing search index...

    Function createWrapTight

    • Creates tight text wrapping for a floating drawing.

      WrapTight causes text to wrap closely around the contours of the drawing rather than its rectangular bounding box.

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

      <xsd:complexType name="CT_WrapTight">
      <xsd:sequence>
      <xsd:element name="wrapPolygon" type="CT_WrapPath"/>
      </xsd:sequence>
      <xsd:attribute name="wrapText" type="ST_WrapText" use="required"/>
      <xsd:attribute name="distL" type="ST_WrapDistance"/>
      <xsd:attribute name="distR" type="ST_WrapDistance"/>
      </xsd:complexType>

      Parameters

      Returns XmlComponent