20.4.3.2 ST_AlignV
This simple type contains the possible settings specifying how a DrawingML object can be vertically aligned relative to the vertical alignment base defined by the parent element.
[Example: Consider a picture in a WordprocessingML document which has been aligned relative to the edge of the page - the left of the page horizontally, and the top of the page vertically. This alignment would be specified as follows:
<wp:anchor … >
<wp:positionV relativeFrom="page">
<wp:align>top</wp:align>
</wp:positionH>
…
</wp:anchor>
The align element with a value of top specifies that for the vertical positioning defined by the parent element (in this case, positioning relative to the page), the picture must be aligned to the top edge of the page. end example]
This simple type’s contents are a restriction of the W3C XML Schema token datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the object shall be at the bottom of the vertical alignment base.
[Example: Bottom of the page. end example]
Specifies that the object shall be centered with respect to the vertical alignment base.
[Example: Centered on the page. end example]
Specifies that the object shall be inside of the horizontal alignment base.
[Example: Inside the top margin. end example]
Specifies that the object shall be outside of the vertical alignment base.
[Example: Outside the top margin. end example]
Specifies that the object shall be at the top of the vertical alignment base.
[Example: Top of the page. end example]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_AlignV) is located in A.4.4. end note]