Compartir a través de


ColorSchemeMapping.Text2 Propiedad

Definición

Asignación de colores de tema de Texto 2

Representa el atributo siguiente en el esquema: w:t2

[DocumentFormat.OpenXml.SchemaAttr(23, "t2")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Text2 { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Text2 { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "t2")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Text2 { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:t2")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Text2 { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Text2 { get; set; }
member this.Text2 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "t2")>]
member this.Text2 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:t2")>]
member this.Text2 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
Public Property Text2 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 t2 tema.

Considere la posibilidad de un documento WordprocessingML que tenga referencias al color t2 del tema asignado al color dk1 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:t2="dark1" />  

El t2 atributo tiene un valor de dark1, especificando que los usos del valor t2 de color del tema se asignarán al color dk1del tema .

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

Se aplica a