<strikeTLBR> (Border Box Strikethrough Top-Left to Bottom-Right)
This element specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of
<borderBox>. When this element is omitted, the strikethrough is not drawn. When on, a strikethrough is drawn, as in . example: :
<m:borderBox>
<m:borderBoxPr>
<m:hideTop m:val="on"/>
<m:hideBot m:val="on"/>
<m:hideLeft m:val="on"/>
<m:hideRight m:val="on"/>
<m:strikeTLBR m:val="on"/>
</m:borderBoxPr>
<m:e>
<m:r>
<m:t>abc</m:t>
</m:r>
</m:e>
</m:borderBox>
Parent Elements |
|---|
|
Attributes |
Description |
|---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the ST_OnOff simple type (§7.1.3.9). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>