次の方法で共有


ColorSchemeMapping.Hyperlink プロパティ

定義

ハイパーリンク テーマのカラー マッピング

スキーマ内の次の属性を表します: w:hyperlink

[DocumentFormat.OpenXml.SchemaAttr(23, "hyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Hyperlink { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Hyperlink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "hyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Hyperlink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:hyperlink")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Hyperlink { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Hyperlink { get; set; }
member this.Hyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "hyperlink")>]
member this.Hyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:hyperlink")>]
member this.Hyperlink : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
Public Property Hyperlink As EnumValue(Of ColorSchemeIndexValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

ドキュメントのテーマ パーツでテーマの色を指定します。これは、ドキュメント コンテンツによって参照されるときに、この色の代わりに使用されます。

この属性を省略すると、テーマの色が hyperlink 使用されます。

WordprocessingML ドキュメントで、テーマの色 hyperlink への参照を、ドキュメントのテーマ パーツで定義されているテーマの色 accent1 にマップするとします。 この要件は、ドキュメント設定で次の WordprocessingML を使用して指定します。

<w:clrSchemeMapping w:hyperlink="accent1" />  

属性には hyperlink 、 の accent1値があり、テーマの色の値 hyperlink を使用してテーマの色 accent1にマップすることを指定します。

この属性に使用できる値は、単純型によって ST_ColorSchemeIndex 定義されます。

適用対象