Compartir a través de


CommonBehavior.Override Propiedad

Definición

Override

Representa el atributo siguiente en el esquema: override

[DocumentFormat.OpenXml.SchemaAttr(0, "override")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues> Override { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues> Override { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "override")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues>? Override { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("override")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues>? Override { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues>? Override { get; set; }
member this.Override : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "override")>]
member this.Override : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("override")>]
member this.Override : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues> with get, set
Public Property Override As EnumValue(Of BehaviorOverrideValues)

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.

Este atributo especifica cómo un comportamiento debe invalidar los valores del atributo que se anima en el elemento de destino. "childStyle" borrará los atributos de los elementos secundarios contenidos dentro del elemento de destino.

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

Se aplica a