Represents 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> Copy
<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>
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents 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 Schema