20.4.3.6 ST_WrapDistance

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 must 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 must be 457200 EMUs or one-half of an inch. end example]

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

[Note: The W3C XML Schema definition of this simple type’s content model (ST_WrapDistance) is located in A.4.4. end note]

Last updated on