[Table of Contents] [docx version]
Shared MLs Reference Material - Math
borderBoxPr (Border Box Properties)
This element specifies the properties of the Border Box function, which dictate the types of lines that can be drawn as part of the border. [Example: (Diagonal Strikethrough from Top Left) and (no left or right edges).
Parent Elements |
borderBox (§7.1.2.11) |
Child Elements |
Subclause |
ctrlPr (Control Properties) |
§7.1.2.23 |
hideBot (Hide Bottom Edge) |
§7.1.2.44 |
hideLeft (Hide Left Edge) |
§7.1.2.45 |
hideRight (Hide Right Edge) |
§7.1.2.46 |
hideTop (Hide Top Edge) |
§7.1.2.47 |
strikeBLTR (Border Box Strikethrough Bottom-Left to Top-Right) |
§7.1.2.107 |
strikeH (Border Box Strikethrough Horizontal) |
§7.1.2.108 |
strikeTLBR (Border Box Strikethrough Top-Left to Bottom-Right) |
§7.1.2.109 |
strikeV (Border Box Strikethrough Vertical) |
§7.1.2.110 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BorderBoxPr">
<sequence>
<element name="hideTop" type="CT_OnOff" minOccurs="0"/>
<element name="hideBot" type="CT_OnOff" minOccurs="0"/>
<element name="hideLeft" type="CT_OnOff" minOccurs="0"/>
<element name="hideRight" type="CT_OnOff" minOccurs="0"/>
<element name="strikeH" type="CT_OnOff" minOccurs="0"/>
<element name="strikeV" type="CT_OnOff" minOccurs="0"/>
<element name="strikeBLTR" type="CT_OnOff" minOccurs="0"/>
<element name="strikeTLBR" type="CT_OnOff" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>