[Table of Contents] [docx version]

Shared MLs Reference Material - Math

pos (Position (Bar))

This element specifies the position of the bar in the bar object; the default is 'top,' signifying the mathematical overbar. [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]

Parent Elements

barPr7.1.2.8); groupChrPr7.1.2.42)

 

Attributes

Description

val (Value)

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

 

[Example:

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

 

The possible values for this attribute are defined by the ST_TopBot simple type7.1.3.15).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TopBot">

   <attribute name="val" type="ST_TopBot" use="required"/>

</complexType>