22.1.2.84 pos

This element specifies the position of the bar or group character in the parent object; the default is bot. Whether the element is absent or present without the val attribute, the default of the val attribute is bot. [Example: The XML representation for the mathematical overbar is:

<m:bar>
  <m:barPr>
    <m:pos m:val="top"/>
  </m:barPr>
  <m:e>
    <m:r>
      <m:t>a</m:t>
    </m:r>
  </m:e>
</m:bar>

end example]

Attributes

val (Value)

Specifies the position of the parent element. Possible values are top and bot.

[Example:

<m:barPr>
  <m:pos
</m:barPr>
    m:val="top"/>

The possible values for this attribute are defined by the ST_TopBot simple type (22.1.3.13).

[Note: The W3C XML Schema definition of this element’s content model (CT_TopBot) is located in A.6.1. end note]

Last updated on