22.1.2.104 sSubSupPr

This element specifies properties of the Sub-Superscript object, including the alignment of scripts.

[Example:

<m:sSubSup>
  <m:sSubSupPr>
    <m:alnScr m:val="1"/>
  </m:sSubSupPr>
  <m:e>
    <m:r>
      <m:t>f</m:t>
    </m:r>
  </m:e>
  <m:sub>
    <m:r>
      <m:t>100</m:t>
    </m:r>
  </m:sub>
  <m:sup>
    <m:r>
      <m:t>200</m:t>
    </m:r>
  </m:sup>
</m:sSubSup>

end example]

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

Last updated on