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