Class AOE
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:aoe="http://schemas.microsoft.com/office/drawing/2021/oembed" namespace.
public static class AOE
- Inheritance
-
AOE
- Inherited Members
Fields
aoe
Defines the XML namespace associated with the aoe prefix.
public static readonly XNamespace aoe
Field Value
- XNamespace
extLst
Represents the aoe:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: oembedShared.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: OfficeArtExtensionList.
oembedShared
Represents the aoe:oembedShared XML element.
public static readonly XName oembedShared
Field Value
- XName
Remarks
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: srcUrl, type.
- corresponds to the following strongly-typed classes: OEmbedShared.