次の方法で共有


ColorSchemeMapping.Text1 プロパティ

定義

テキスト 1 テーマのカラー マッピング

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

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

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

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

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

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

<w:clrSchemeMapping w:t1="light1" />  

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

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

適用対象