FractionTypeValues enumeration

Office 2013 and later

Defines the FractionTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Bar Bar Fraction. When the item is serialized out as xml, its value is "bar".
Skewed Skewed. When the item is serialized out as xml, its value is "skw".
Linear Linear Fraction. When the item is serialized out as xml, its value is "lin".
NoBar No-Bar Fraction (Stack). When the item is serialized out as xml, its value is "noBar".
Show: