ColorSchemeMapping.Background1 Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Asignación de color de tema de fondo 1
Representa el atributo siguiente en el esquema: w:bg1
[DocumentFormat.OpenXml.SchemaAttr(23, "bg1")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Background1 { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> Background1 { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "bg1")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Background1 { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:bg1")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Background1 { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues>? Background1 { get; set; }
member this.Background1 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "bg1")>]
member this.Background1 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:bg1")>]
member this.Background1 : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues> with get, set
Public Property Background1 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 light1
tema.
Considere la posibilidad de un documento WordprocessingML que tenga referencias al color bg1
del tema asignado al color lt2
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:bg1="light2" />
El bg1
atributo tiene un valor de light2
, especificando que los usos del valor bg1
de color del tema se asignarán al color del tema lt2
.
El tipo simple define los ST_ColorSchemeIndex
valores posibles para este atributo.