FractionTypeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the FractionTypeValues enumeration.
public enum FractionTypeValues
public readonly struct FractionTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.FractionTypeValues>, IEquatable<DocumentFormat.OpenXml.Math.FractionTypeValues>
type FractionTypeValues =
type FractionTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<FractionTypeValues>
Public Enum FractionTypeValues
Public Structure FractionTypeValues
Implements IEnumValue, IEnumValueFactory(Of FractionTypeValues), IEquatable(Of FractionTypeValues)
- Inheritance
-
FractionTypeValues
- Inheritance
-
FractionTypeValues
Fields
Name | Value | Description |
---|---|---|
Bar | 0 | Bar Fraction. When the item is serialized out as xml, its value is "bar". |
Skewed | 1 | Skewed. When the item is serialized out as xml, its value is "skw". |
Linear | 2 | Linear Fraction. When the item is serialized out as xml, its value is "lin". |
NoBar | 3 | No-Bar Fraction (Stack). When the item is serialized out as xml, its value is "noBar". |
Bar | Bar Fraction. When the item is serialized out as xml, its value is "bar". |
|
Equality(FractionTypeValues, FractionTypeValues) | ||
Equals(FractionTypeValues) | ||
Equals(Object) | ||
FractionTypeValues(String) | Creates a new FractionTypeValues enum instance |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FractionTypeValues>.Create(String) | ||
Inequality(FractionTypeValues, FractionTypeValues) | ||
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". |
|
Skewed | Skewed. When the item is serialized out as xml, its value is "skw". |
|
ToString() |