[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_WrapDistance (Distance from Text)

This simple type represents a one dimensional distance which shall be used to offset an object from text, stored in EMUs.

[Example: Consider a floating DrawingML object which shall have one-half of an inch of padding between its left edge and the nearest text. This setting would be specified as follows:

<wp:anchor … >

<wp:wrapThrough distL="457200" … />
</wp:anchor>

The distL attribute specifies that the padding distance shall be 457200 EMUs or one-half of an inch. end example]

This simple type's contents are a restriction of the XML Schema unsignedInt datatype.

Referenced By

anchor@distB5.5.2.3); anchor@distL5.5.2.3); anchor@distR5.5.2.3); anchor@distT5.5.2.3); inline@distB5.5.2.8); inline@distL5.5.2.8); inline@distR5.5.2.8); inline@distT5.5.2.8); wrapSquare@distB5.5.2.17); wrapSquare@distL5.5.2.17); wrapSquare@distR5.5.2.17); wrapSquare@distT5.5.2.17); wrapThrough@distL5.5.2.18); wrapThrough@distR5.5.2.18); wrapTight@distL5.5.2.19); wrapTight@distR5.5.2.19); wrapTopAndBottom@distB5.5.2.20); wrapTopAndBottom@distT5.5.2.20)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_WrapDistance">

   <restriction base="xsd:unsignedInt"/>

</simpleType>