Freigeben über


FractionTypeValues Enumeration

Definition

Definiert die 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)
Vererbung
FractionTypeValues
Vererbung
FractionTypeValues

Felder

Name Wert Beschreibung
Bar 0

Balkenbruch.

Wenn das Element als xml serialisiert wird, lautet sein Wert "bar".

Skewed 1

Verzerrt.

Wenn das Element als xml serialisiert wird, lautet sein Wert "skw".

Linear 2

Linearer Bruch.

Wenn das Element als xml serialisiert wird, lautet sein Wert "lin".

NoBar 3

No-Bar Bruch (Stapel).

Wenn das Element als xml serialisiert wird, ist sein Wert "noBar".

Bar

Balkenbruch.

Wenn das Element als xml serialisiert wird, lautet sein Wert "bar".

Equality(FractionTypeValues, FractionTypeValues)
Equals(FractionTypeValues)
Equals(Object)
FractionTypeValues(String)

Erstellt eine neue FractionTypeValues-Enumeration instance

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FractionTypeValues>.Create(String)
Inequality(FractionTypeValues, FractionTypeValues)
Linear

Linearer Bruch.

Wenn das Element als xml serialisiert wird, lautet sein Wert "lin".

NoBar

No-Bar Bruch (Stapel).

Wenn das Element als xml serialisiert wird, ist sein Wert "noBar".

Skewed

Verzerrt.

Wenn das Element als xml serialisiert wird, lautet sein Wert "skw".

ToString()

Gilt für: