22.1.2.38 fPr

This element specifies the properties of the fraction object f. Properties of the Fraction object include the type or style of the fraction. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction object is also used to represent the stack function, which places one element above another, with no fraction bar. [Example: Examples of fractions are:

Linear Fraction: π‘Žβ„π‘

The linear fraction 𝑐⁄𝑑 is represented by the following XML:

m:val="lin"/>
<m:f>
  <m:fPr>
    <m:type
  </m:fPr>
  <m:num>
    <m:r>
      <m:t>c</m:t>
    </m:r>
  </m:num>
  <m:den>
    <m:r>
      <m:t>d</m:t>
    </m:r>
  </m:den>
</m:f>

end example]

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

Last updated on