Underline.ThemeColor 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í.
Subrayado del color del tema
Representa el atributo siguiente en el esquema: w:themeColor
[DocumentFormat.OpenXml.SchemaAttr(23, "themeColor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> ThemeColor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> ThemeColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "themeColor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:themeColor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeColor { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>? ThemeColor { get; set; }
member this.ThemeColor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "themeColor")>]
member this.ThemeColor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:themeColor")>]
member this.ThemeColor : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues> with get, set
Public Property ThemeColor As EnumValue(Of ThemeColorValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos