FontCollectionIndexValues Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Font Collection Index
public enum FontCollectionIndexValues
public readonly struct FontCollectionIndexValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues>, IEquatable<DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues>
type FontCollectionIndexValues =
type FontCollectionIndexValues = struct
interface IEnumValue
interface IEnumValueFactory<FontCollectionIndexValues>
Public Enum FontCollectionIndexValues
Public Structure FontCollectionIndexValues
Implements IEnumValue, IEnumValueFactory(Of FontCollectionIndexValues), IEquatable(Of FontCollectionIndexValues)
- Vererbung
-
FontCollectionIndexValues
- Vererbung
-
FontCollectionIndexValues
Felder
Name | Wert | Beschreibung |
---|---|---|
Major | 0 | Hauptschriftart. Wenn das Element als XML serialisiert wird, ist sein Wert "major". |
Minor | 1 | Nebenschriftart. Wenn das Element als XML serialisiert wird, ist sein Wert "minor". |
None | 2 | Keine. Wenn das Element als xml serialisiert wird, ist sein Wert "none". |
Equality(FontCollectionIndexValues, FontCollectionIndexValues) | ||
Equals(FontCollectionIndexValues) | ||
Equals(Object) | ||
FontCollectionIndexValues(String) | Erstellt eine neue FontCollectionIndexValues-Enumeration instance |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FontCollectionIndexValues>.Create(String) | ||
Inequality(FontCollectionIndexValues, FontCollectionIndexValues) | ||
Major | Hauptschriftart. Wenn das Element als XML serialisiert wird, ist sein Wert "major". |
|
Minor | Nebenschriftart. Wenn das Element als XML serialisiert wird, ist sein Wert "minor". |
|
None | Keine. Wenn das Element als xml serialisiert wird, ist sein Wert "none". |
|
ToString() |