Class WETP
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:wetp="http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11" namespace.
public static class WETP
- Inheritance
-
WETP
- Inherited Members
Fields
extLst
Represents the wetp:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
taskpane
Represents the wetp:taskpane XML element.
public static readonly XName taskpane
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: taskpanes.
- has the following child XML elements: extLst, webextensionref.
- has the following XML attributes: dockstate, locked, row, visibility, width.
- corresponds to the following strongly-typed classes: WebExtensionTaskpane.
taskpanes
Represents the wetp:taskpanes XML element.
public static readonly XName taskpanes
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: taskpane.
- corresponds to the following strongly-typed classes: Taskpanes.
webextensionref
Represents the wetp:webextensionref XML element.
public static readonly XName webextensionref
Field Value
- XName
Remarks
As an XML element, it:
wetp
Defines the XML namespace associated with the wetp prefix.
public static readonly XNamespace wetp
Field Value
- XNamespace