[Table of Contents] [docx version]

Shared MLs Reference Material - Math

fPr (Fraction Properties)

This element specifies the properties of the fraction function f. Properties of the Fraction function 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:

Stacked Fraction:

Skewed Fraction:

Linear Fraction:

Stack Object (No-Bar Fraction):

end example]

Parent Elements

f7.1.2.36)

 

Child Elements

Subclause

ctrlPr (Control Properties)

§7.1.2.23

type (Fraction type)

§7.1.2.118

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FPr">

   <sequence>

   <element name="type" type="CT_FType" minOccurs="0"/>

   <element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>

   </sequence>

</complexType>