Compartir a través de


ColorSchemeMapping.Text1 Propiedad

Definición

Asignación de color de tema de Texto 1

Representa el atributo siguiente en el esquema: 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)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica el color del tema en la parte de tema del documento que se usará en lugar de este color cuando el contenido del documento haga referencia a él.

Si se omite este atributo, se usará el color del t1 tema.

Considere la posibilidad de un documento WordprocessingML que tenga referencias al color t1 del tema asignado al color lt1 del tema tal como se define en la parte de tema del documento. Este requisito se especificaría mediante el esquema WordprocessingML siguiente en la configuración del documento:

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

El t1 atributo tiene un valor de light1, especificando que los usos del valor t1 de color del tema se asignarán al color lt1del tema .

El tipo simple define los ST_ColorSchemeIndex valores posibles para este atributo.

Se aplica a