[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies properties of the bar function. If this element is omitted, the bar assumes its default location of top (the mathematical overbar).
Parent Elements |
bar (§7.1.2.7) |
Child Elements |
Subclause |
ctrlPr (Control Properties) |
§7.1.2.23 |
pos (Position (Bar)) |
§7.1.2.84 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BarPr">
<sequence>
<element name="pos" type="CT_TopBot" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>