[Table of Contents] [docx version]

Shared MLs Reference Material - Math

borderBox (Border-Box Function)

This element specifies the Border Box function, consisting of a border drawn around an equation, as in .

[Example: The following example shows the XML representation of the following Border Box:

<m:borderBox>
<m:e>
<m:r>
<m:t>abc</m:t>
</m:r>
</m:e>
</m:borderBox>

end example]

Parent Elements

deg7.1.2.26); del2.13.5.12); den7.1.2.28); e7.1.2.32); fName7.1.2.37); ins2.13.5.20); lim7.1.2.52); moveFrom2.13.5.21); moveTo2.13.5.26); num7.1.2.75); oMath7.1.2.77); sub7.1.2.112); sup7.1.2.114)

 

Child Elements

Subclause

borderBoxPr (Border Box Properties)

§7.1.2.12

e (Base (Argument))

§7.1.2.32

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

<complexType name="CT_BorderBox">

   <sequence>

   <element name="borderBoxPr" type="CT_BorderBoxPr" minOccurs="0"/>

   <element name="e" type="CT_OMathArg"/>

   </sequence>

</complexType>