<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>