22.1.2.36 f
This element specifies the fraction object, consisting of a numerator and denominator separated by a fraction bar. 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: πβπ
<m:f>
<m:fPr>
<m:type m:val="skw"/>
</m:fPr>
<m:num>
<m:r>
<m:t>a</m:t>
</m:r>
</m:num>
<m:den>
<m:r>
<m:t>b</m:t>
</m:r>
</m:den>
</m:f>
end example]
[Note: The W3C XML Schema definition of this elementβs content model (CT_F) is located in A.6.1. end note]
Last updated on