FractionTypeValues enumeration
Office 2013 and later
Defines the FractionTypeValues enumeration.
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: