diff --git a/docs/requirement-sets/common/office-add-in-requirement-sets.md b/docs/requirement-sets/common/office-add-in-requirement-sets.md index 61c451cac..50e72dc20 100644 --- a/docs/requirement-sets/common/office-add-in-requirement-sets.md +++ b/docs/requirement-sets/common/office-add-in-requirement-sets.md @@ -1,7 +1,7 @@ --- title: Office Common API requirement sets description: Learn more about the Office Common API requirement sets. -ms.date: 03/11/2025 +ms.date: 10/10/2025 ms.topic: overview ms.localizationpriority: medium --- @@ -248,6 +248,14 @@ See [Add-in command requirement sets](add-in-commands-requirement-sets.md). --- +### TaskPaneApi + +| Minimum Office application support | Methods in set | +|:-----|:-----| +| See [Task Pane API requirement sets](task-pane-api-requirement-sets.md). | | + +--- + ### TextBindings | Minimum Office application support | Methods in set | diff --git a/docs/requirement-sets/common/task-pane-api-requirement-sets.md b/docs/requirement-sets/common/task-pane-api-requirement-sets.md new file mode 100644 index 000000000..8527c9323 --- /dev/null +++ b/docs/requirement-sets/common/task-pane-api-requirement-sets.md @@ -0,0 +1,35 @@ +--- +title: Task Pane API requirement sets +description: Learn more about the Task Pane API requirement sets and the platforms it supports. +ms.date: 10/10/2025 +ms.topic: overview +ms.localizationpriority: medium +--- + +# Task Pane API requirement sets + +Requirement sets are named groups of API members. Office Add-ins use requirement sets specified in the manifest or use a runtime check to determine whether an Office application supports APIs that an add-in needs. For more information, see [Office versions and requirement sets](/office/dev/add-ins/develop/office-versions-and-requirement-sets). + +With the Task Pane API requirement set, you can manage the task pane of an add-in. For example, you can change the width of an add-in's task pane. + +## Support + +`TaskPaneApi 1.1` is available with **Excel** and **Word**. The following table lists the Task Pane API requirement sets, its supported Office client applications, and the minimum builds or versions for those applications, where applicable. + +| Requirement set | Office on the web | Office on Windows | Office on Mac | Office on iOS | Outlook on Android | +|:-----|:-----|:-----|:-----|:-----|:-----| +| TaskPaneApi 1.1 | Supported | Version 2507 (Build 19029.20004) | Not supported | Not supported | Not supported | + +## Office Common API requirement sets + +For information about Common API requirement sets, see [Office Common API requirement sets](office-add-in-requirement-sets.md). + +## TaskPaneApi 1.1 + +For details about the API, see [Office.TaskPane](/javascript/api/office/office.taskpane). + +## See also + +- [Office versions and requirement sets](/office/dev/add-ins/develop/office-versions-and-requirement-sets) +- [Specify Office applications and API requirements](/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements) +- [Office Add-ins manifest](/office/dev/add-ins/develop/add-in-manifests) diff --git a/docs/requirement-sets/requirement-sets.md b/docs/requirement-sets/requirement-sets.md index 29d9b4780..571c31c3b 100644 --- a/docs/requirement-sets/requirement-sets.md +++ b/docs/requirement-sets/requirement-sets.md @@ -1,7 +1,7 @@ --- title: Office client application and platform availability for Office Add-ins description: Supported requirement sets for Excel, OneNote, Outlook, PowerPoint, Project, and Word. -ms.date: 09/30/2025 +ms.date: 10/10/2025 ms.topic: overview ms.localizationpriority: high --- @@ -20,9 +20,9 @@ To work as expected, your Office Add-in might depend on a specific Office applic |Platform|Extension points|Application-specific API requirement sets|[Common API requirement sets](common/office-add-in-requirement-sets.md)| |---|---|---|---| -|Office on the web|||| -|Office on Windows (Microsoft 365 subscription)|||| -|Office on Windows
(retail perpetual Office 2016 and later)|||| +|Office on the web|||| +|Office on Windows (Microsoft 365 subscription)|||| +|Office on Windows
(retail perpetual Office 2016 and later)|||| |Office 2024 on Windows
(volume-licensed perpetual)|||| |Office 2021 on Windows
(volume-licensed perpetual)|||| |Office 2019 on Windows
(volume-licensed perpetual)|||| @@ -82,9 +82,9 @@ To work as expected, your Office Add-in might depend on a specific Office applic |Platform|Extension points|Application-specific API requirement sets|[Common API requirement sets](common/office-add-in-requirement-sets.md)| |---|---|---|---| -|Office on the web|||| -|Office on Windows
(Microsoft 365 subscription)|||| -|Office on Windows
(retail perpetual Office 2016 and later)|||| +|Office on the web|||| +|Office on Windows
(Microsoft 365 subscription)|||| +|Office on Windows
(retail perpetual Office 2016 and later)|||| |Office 2024 on Windows
(volume-licensed perpetual)|||| |Office 2021 on Windows
(volume-licensed perpetual)|||| |Office 2019 on Windows
(volume-licensed perpetual)|||| diff --git a/docs/toc.yml b/docs/toc.yml index 7888bde60..b8afc5ab8 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -629,3 +629,5 @@ items: href: requirement-sets/common/ribbon-api-requirement-sets.md - name: Shared Runtime requirement sets href: requirement-sets/common/shared-runtime-requirement-sets.md + - name: Task Pane API requirement sets + href: requirement-sets/common/task-pane-api-requirement-sets.md