HyperlinkColorEnum 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 HyperlinkColorEnum enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum HyperlinkColorEnum
public enum HyperlinkColorEnum
public readonly struct HyperlinkColorEnum : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum>, IEquatable<DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type HyperlinkColorEnum =
type HyperlinkColorEnum =
type HyperlinkColorEnum = struct
interface IEnumValue
interface IEnumValueFactory<HyperlinkColorEnum>
Public Enum HyperlinkColorEnum
Public Structure HyperlinkColorEnum
Implements IEnumValue, IEnumValueFactory(Of HyperlinkColorEnum), IEquatable(Of HyperlinkColorEnum)
- Inheritance
-
HyperlinkColorEnum
- Inheritance
-
HyperlinkColorEnum
- Attributes
Fields
Name | Value | Description |
---|---|---|
HLink | 0 | hlink. When the item is serialized out as xml, its value is "hlink". |
Tx | 1 | tx. When the item is serialized out as xml, its value is "tx". |
Equality(HyperlinkColorEnum, HyperlinkColorEnum) | ||
Equals(HyperlinkColorEnum) | ||
Equals(Object) | ||
GetHashCode() | ||
HLink | hlink. When the item is serialized out as xml, its value is "hlink". |
|
HyperlinkColorEnum(String) | Creates a new HyperlinkColorEnum enum instance |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<HyperlinkColorEnum>.Create(String) | ||
Inequality(HyperlinkColorEnum, HyperlinkColorEnum) | ||
ToString() | ||
Tx | tx. When the item is serialized out as xml, its value is "tx". |