Share via


FractionTypeValues Enumeration

Defines the FractionTypeValues enumeration.

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

Syntax

'Declaration
Public Enumeration FractionTypeValues
'Usage
Dim instance As FractionTypeValues
public enum FractionTypeValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace