Table of Contents

Class ASL

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:asl="http://schemas.microsoft.com/office/drawing/2021/scriptlink" namespace.

public static class ASL
Inheritance
ASL
Inherited Members

Fields

asl

Defines the XML namespace associated with the asl prefix.

public static readonly XNamespace asl

Field Value

XNamespace

extLst

Represents the asl:extLst XML element.

public static readonly XName extLst

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: scriptLink.
  • has the following child XML elements: ext.
  • corresponds to the following strongly-typed classes: OfficeArtExtensionList.

Represents the asl:scriptLink XML element.

public static readonly XName scriptLink

Field Value

XName

As an XML element, it:

  • has the following parent XML elements: ext, graphicData.
  • has the following child XML elements: extLst.
  • has the following XML attributes: val.
  • corresponds to the following strongly-typed classes: ScriptLink.