docx
    Preparing search index...

    Function createWrapTopAndBottom

    • Creates top-and-bottom text wrapping for a floating drawing.

      WrapTopAndBottom causes text to appear above and below the drawing without wrapping beside it, creating a line break effect.

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

      <xsd:complexType name="CT_WrapTopBottom">
      <xsd:sequence>
      <xsd:element name="effectExtent" type="CT_EffectExtent" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="distT" type="ST_WrapDistance"/>
      <xsd:attribute name="distB" type="ST_WrapDistance"/>
      </xsd:complexType>

      Parameters

      Returns XmlComponent