<align> (Relative Vertical Alignment)

This element specifies how a DrawingML object shall be vertically aligned relative to the vertical alignment base defined by the parent element. Once an alignment base is defined, this element shall determine how the DrawingML object shall be aligned relative to that location.

example:
<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 shall be aligned to the top edge of the page. ]

The possible values for this element are defined by the ST_AlignV simple type (§5.5.3.2).

Parent Elements

<positionV>5.5.2.11)