20.4.3.3 ST_PositionOffset

This simple type represents a one dimensional distance which shall be used to offset an objet from its base positioning location stored in EMUs.

[Example: Consider a DrawingML picture which must be displayed one inch from the top of the page, and one- half of an inch from the left edge of the page. This object would be specified as follows:

<wp:anchor  >
  <wp:positionH relativeFrom="page">
    <wp:posOffset>914400</wp:posOffset>
  </wp:positionH>
  <wp:positionV relativeFrom="page">
    <wp:posOffset>457200</wp:posOffset>
  </wp:positionV>
</wp:anchor>

The posOffset element specifies the absolute positioning of the object relative to the top-left edge of the page in EMUs. end example]

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

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

Last updated on