ColorSchemeMapping.FollowedHyperlink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关注的超链接主题颜色映射
表示架构中的以下属性: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)
属性值
返回 EnumValue<T>。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定文档主题部分的主题颜色,文档内容引用时,该主题颜色应用于代替此颜色。
如果省略此属性,则应 followedHyperlink
使用主题颜色。
请考虑 WordprocessingML 文档,该文档应引用映射到文档主题 followedHyperlink
部分中定义的主题颜色的主题颜色 hyperlink
。 将在文档设置中使用以下 WordprocessingML 指定此要求:
<w:clrSchemeMapping w:followedHyperlink="hyperlink" />
属性 followedHyperlink
的值 hyperlink
为 ,指定主题颜色值的 followedHyperlink
用法应映射到主题颜色 hyperlink
。
此属性的可能值由 ST_ColorSchemeIndex
简单类型定义。