<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:
<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. ]

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

Referenced By

<anchor@distB>5.5.2.3); <anchor@distL>5.5.2.3); <anchor@distR>5.5.2.3); <anchor@distT>5.5.2.3); <inline@distB>5.5.2.8); <inline@distL>5.5.2.8); <inline@distR>5.5.2.8); <inline@distT>5.5.2.8); <wrapSquare@distB>5.5.2.17); <wrapSquare@distL>5.5.2.17); <wrapSquare@distR>5.5.2.17); <wrapSquare@distT>5.5.2.17); <wrapThrough@distL>5.5.2.18); <wrapThrough@distR>5.5.2.18); <wrapTight@distL>5.5.2.19); <wrapTight@distR>5.5.2.19); <wrapTopAndBottom@distB>5.5.2.20); <wrapTopAndBottom@distT>5.5.2.20)

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

<simpleType name="ST_WrapDistance">
	<restriction base="xsd:unsignedInt"/>
</simpleType>