22.1.2.12 borderBoxPr

This element specifies the properties of the Border Box object, which dictate the types of lines that can be 2 2 2 2 2 2 drawn as part of the border. [Example: π‘Ž + 𝑏 = 𝑐 (Diagonal Strikethrough from Top Left) and π‘Ž + 𝑏 = 𝑐 (no left or right edges). end example]

[Example:

<m:borderBox>
  <m:borderBoxPr>
<m:hideTop m:val="1"/>
    <m:hideRight m:val="1"/>
  </m:borderBoxPr>
  <m:e>
    <m:r>
      <m:t>x</m:t>
    </m:r>
  </m:e>
</m:borderBox>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_BorderBoxPr) is located in A.6.1. end note]

Last updated on