ShapeIdMap.Extension Property

Definition

VML Extension Handling Behavior

Represents the following attribute in the schema: v:ext

[DocumentFormat.OpenXml.SchemaAttr(26, "ext")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues> Extension { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues> Extension { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(26, "ext")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues>? Extension { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("v:ext")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues>? Extension { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues>? Extension { get; set; }
member this.Extension : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(26, "ext")>]
member this.Extension : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("v:ext")>]
member this.Extension : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues> with get, set
Public Property Extension As EnumValue(Of ExtensionHandlingBehaviorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to