Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the named subsets of the Office app API that are available to task pane apps.
Type information
Base type |
xs:string |
Namespace |
https://schemas.microsoft.com/office/appforoffice/1.0 |
Schema file |
offappmanifest.xsd |
Definition
<xs:simpleType name="TaskPaneAppCapabilities">
<xs:restriction base="xs:string">
<xs:enumeration value="Document" />
<xs:enumeration value="Project" />
<xs:enumeration value="Workbook" />
<xs:enumeration value="Presentation" />
</xs:restriction>
</xs:simpleType>
Enumeration values
Value |
Description |
|---|---|
Document |
This capability represents the subset of the API that defines document functionality. |
Project |
This capability represents the subset of the API that defines project functionality. |
Workbook |
This capability represents the subset of the API that defines workbook functionality. |
Presentation |
This capability represents the subset of the API that defines presentation functionality. |