ThemeFontValues 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 ThemeFontValues enumeration.
public enum ThemeFontValues
public readonly struct ThemeFontValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues>
type ThemeFontValues =
type ThemeFontValues = struct
interface IEnumValue
interface IEnumValueFactory<ThemeFontValues>
Public Enum ThemeFontValues
Public Structure ThemeFontValues
Implements IEnumValue, IEnumValueFactory(Of ThemeFontValues), IEquatable(Of ThemeFontValues)
- Inheritance
-
ThemeFontValues
- Inheritance
-
ThemeFontValues
Fields
Name | Value | Description |
---|---|---|
MajorEastAsia | 0 | Major East Asian Theme Font. When the item is serialized out as xml, its value is "majorEastAsia". |
MajorBidi | 1 | Major Complex Script Theme Font. When the item is serialized out as xml, its value is "majorBidi". |
MajorAscii | 2 | Major ASCII Theme Font. When the item is serialized out as xml, its value is "majorAscii". |
MajorHighAnsi | 3 | Major High ANSI Theme Font. When the item is serialized out as xml, its value is "majorHAnsi". |
MinorEastAsia | 4 | Minor East Asian Theme Font. When the item is serialized out as xml, its value is "minorEastAsia". |
MinorBidi | 5 | Minor Complex Script Theme Font. When the item is serialized out as xml, its value is "minorBidi". |
MinorAscii | 6 | Minor ASCII Theme Font. When the item is serialized out as xml, its value is "minorAscii". |
MinorHighAnsi | 7 | Minor High ANSI Theme Font. When the item is serialized out as xml, its value is "minorHAnsi". |
Equality(ThemeFontValues, ThemeFontValues) | ||
Equals(Object) | ||
Equals(ThemeFontValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ThemeFontValues>.Create(String) | ||
Inequality(ThemeFontValues, ThemeFontValues) | ||
MajorAscii | Major ASCII Theme Font. When the item is serialized out as xml, its value is "majorAscii". |
|
MajorBidi | Major Complex Script Theme Font. When the item is serialized out as xml, its value is "majorBidi". |
|
MajorEastAsia | Major East Asian Theme Font. When the item is serialized out as xml, its value is "majorEastAsia". |
|
MajorHighAnsi | Major High ANSI Theme Font. When the item is serialized out as xml, its value is "majorHAnsi". |
|
MinorAscii | Minor ASCII Theme Font. When the item is serialized out as xml, its value is "minorAscii". |
|
MinorBidi | Minor Complex Script Theme Font. When the item is serialized out as xml, its value is "minorBidi". |
|
MinorEastAsia | Minor East Asian Theme Font. When the item is serialized out as xml, its value is "minorEastAsia". |
|
MinorHighAnsi | Minor High ANSI Theme Font. When the item is serialized out as xml, its value is "minorHAnsi". |
|
ThemeFontValues(String) | Creates a new ThemeFontValues enum instance |
|
ToString() |