CommonBehavior.Override Property

Definition

Override

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies how a behavior should override values of the attribute being animated on the target element. The "childStyle" will clear the attributes on the children contained inside the target element.

The possible values for this attribute are defined by the ST_TLBehaviorOverrideType simple type.

Applies to