ColorSchemeMapping.FollowedHyperlink Property
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.
Followed Hyperlink Theme Color Mapping
Represents the following attribute in the schema: w:followedHyperlink
[DocumentFormat.OpenXml.SchemaAttr(23, "followedHyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> FollowedHyperlink { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> FollowedHyperlink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "followedHyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? FollowedHyperlink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:followedHyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? FollowedHyperlink { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? FollowedHyperlink { get; set; }
member this.FollowedHyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "followedHyperlink")>]
member this.FollowedHyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:followedHyperlink")>]
member this.FollowedHyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
Public Property FollowedHyperlink As EnumValue(Of ColorSchemeIndexValues)
Property Value
Returns EnumValue<T>.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content.
If this attribute is omitted, then the followedHyperlink
theme color shall be used.
Consider a WordprocessingML document that shall have references to the theme color followedHyperlink
mapped to the theme color hyperlink
as defined in the document's theme part. This requirement would be specified using the following WordprocessingML in the document settings:
<w:clrSchemeMapping w:followedHyperlink="hyperlink" />
The followedHyperlink
attribute has a value of hyperlink
, specifying that uses of the theme color value followedHyperlink
shall be mapped to the theme color hyperlink
.
The possible values for this attribute are defined by the ST_ColorSchemeIndex
simple type.