Taskpanes class

Office 2013 and later

Defines the Taskpanes Class. The root element of WebExTaskpanesPart. When the object is serialized out as xml, its qualified name is wetp:taskpanes.

Namespace:  DocumentFormat.OpenXml.Office2013.WebExtentionPane
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.1.2 taskpanes

Target namespace: http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11

A CT_OsfTaskpanes (section 2.2.9) element that specifies a collection of Task Pane office apps relationships document part [ISO/IEC-29500-1]. Each taskpane relationship references a Task Pane office app associated with the current document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="taskpanes" type="CT_OsfTaskpanes"/>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.2.9 CT_OsfTaskpanes

Target namespace: http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11

Referenced by: taskpanes

A complex type that specifies a list of persisted taskpane objects.

Child Elements:

taskpane: A CT_OsfTaskpane (section 2.2.8) element that specifies the information of a persisted taskpane object.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_OsfTaskpanes">

<xsd:sequence>

<xsd:element name="taskpane" minOccurs="0" maxOccurs="unbounded" type="CT_OsfTaskpane"/>

</xsd:sequence>

</xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: