Class WE
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:we="http://schemas.microsoft.com/office/webextensions/webextension/2010/11" namespace.
public static class WE
- Inheritance
-
WE
- Inherited Members
Fields
alternateReferences
Represents the we:alternateReferences XML element.
public static readonly XName alternateReferences
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webextension.
- has the following child XML elements: reference.
- corresponds to the following strongly-typed classes: WebExtensionReferenceList.
binding
Represents the we:binding XML element.
public static readonly XName binding
Field Value
- XName
Remarks
As an XML element, it:
bindings
Represents the we:bindings XML element.
public static readonly XName bindings
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webextension.
- has the following child XML elements: binding.
- corresponds to the following strongly-typed classes: WebExtensionBindingList.
extLst
Represents the we:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: binding, reference, webextension.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: OfficeArtExtensionList.
properties
Represents the we:properties XML element.
public static readonly XName properties
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webextension.
- has the following child XML elements: property.
- corresponds to the following strongly-typed classes: WebExtensionPropertyBag.
property
Represents the we:property XML element.
public static readonly XName property
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: properties.
- has the following XML attributes: name, value.
- corresponds to the following strongly-typed classes: WebExtensionProperty.
reference
Represents the we:reference XML element.
public static readonly XName reference
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: alternateReferences, webextension.
- has the following child XML elements: extLst.
- has the following XML attributes: id, store, storeType, version.
- corresponds to the following strongly-typed classes: WebExtensionStoreReference.
snapshot
Represents the we:snapshot XML element.
public static readonly XName snapshot
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: webextension.
- has the following child XML elements: alphaBiLevel, alphaCeiling, alphaFloor, alphaInv, alphaMod, alphaModFix, alphaRepl, biLevel, blur, clrChange, clrRepl, duotone, extLst, fillOverlay, grayscl, hsl, lum, tint.
- has the following XML attributes: cstate, embed, link.
- corresponds to the following strongly-typed classes: Snapshot.
we
Defines the XML namespace associated with the we prefix.
public static readonly XNamespace we
Field Value
- XNamespace
webextension
Represents the we:webextension XML element.
public static readonly XName webextension
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: graphicData.
- has the following child XML elements: alternateReferences, bindings, extLst, properties, reference, snapshot.
- has the following XML attributes: frozen, id.
- corresponds to the following strongly-typed classes: WebExtension.
webextensionref
Represents the we:webextensionref XML element.
public static readonly XName webextensionref
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: graphicData.
- has the following XML attributes: id.
- corresponds to the following strongly-typed classes: WebExtensionReference.