22.1.2.100 sPrePr

This element specifies properties such as ctrlPr that can be stored on the Pre-Sub-Superscript object sPre.

[Example:

<m:sPre>
  <m:sPrePr/>
  <m:sub>
    <m:r>
      <m:t>1</m:t>
    </m:r>
  </m:sub>
  <m:sup>
    <m:r>
      <m:t>2</m:t>
    </m:r>
  </m:sup>
  <m:e>
    <m:r>
      <m:t>a</m:t>
    </m:r>
  </m:e>
</m:sPre>

end example]

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

Last updated on