<ST_AlignV> (Vertical Alignment Definition)

This simple type contains the possible settings specifying how a DrawingML object may be vertically aligned relative to the vertical alignment base defined by the parent element.

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. ]

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<bottom> (Bottom)

Specifies that the object shall be at the bottom of the vertical alignment base.

<center> (Center Alignment)

Specifies that the object shall be centered with respect to the vertical alignment base.

<inside> (Inside)

Specifies that the object shall be inside of the horizontal alignment base.

<outside> (Outside)

Specifies that the object shall be outside of the vertical alignment base.

<top> (Top)

Specifies that the object shall be at the top of the vertical alignment base.

Referenced By

<align>5.5.2.2)