<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.
<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 |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_WrapDistance">
<restriction base="xsd:unsignedInt"/>
</simpleType>