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
Member
Membername | Beschreibung | |
---|---|---|
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". |