<borderBox>
(Border-Box Function)
This element specifies the Border Box function, consisting of a border drawn around an equation, as in .
example:
<m:borderBox> <m:e> <m:r> <m:t>abc</m:t> </m:r> </m:e> </m:borderBox>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>