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