Compartir a través de


ColorType.Indexed Propiedad

Definición

Índice

Representa el atributo siguiente en el esquema: indexado

[DocumentFormat.OpenXml.SchemaAttr(0, "indexed")]
public DocumentFormat.OpenXml.UInt32Value Indexed { get; set; }
public DocumentFormat.OpenXml.UInt32Value Indexed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "indexed")]
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("indexed")]
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "indexed")>]
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("indexed")>]
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Indexed As UInt32Value

Valor de propiedad

Devuelve UInt32Value.

Atributos

Comentarios

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

Valor de color indexado. Solo se usa para la compatibilidad con versiones anteriores. Hace referencia a un color en indexedColors.

El tipo de datos esquema unsignedInt XML define los valores posibles para este atributo.

Se aplica a