1

I am trying to create a content pane add-in for power point that includes ribbons with add-in commands. I have looked at the Create add-in commands tutorial as well as the examples here.

The add-ins in examples and tutorials that I'm able to find are all task pane add-ins. Is there a way to create content pane add-in with add-in commands and ribbons?

Following the tutorials, I have been able to create the commands for task pane add-ins. However, when I change the OfficeApp xsi:type from "TaskPaneApp" to "ContentApp", the add-in ribbon does not appear anymore. I believe this is because the schema I am using in VersionOverrides is not compatible with content apps.

Is there a VersionOverride schema for content pane add-ins? I have only been able to find http://schemas.microsoft.com/office/mailappversionoverrides and http://schemas.microsoft.com/office/taskpaneappversionoverrides.

1 Answer 1

2

Add-in Commands are currently only supported with Task Pane Add-ins.

From the documentation:

Content add-ins do not currently support add-in commands.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.