Open shinji-morimitsu opened 2 hours ago
Hi @shinji-morimitsu , thx for the submit. Is this doc talking about what you are interested in https://learn.microsoft.com/en-us/office/dev/add-ins/develop/automatically-open-a-task-pane-with-a-document? And btw, please add some information like which platform you aim to and the impact of your addin and others. These would be helpful for us to triage quickly.
@RuizhiSunMS Thanks for your reply.
Is this doc talking about what you are interested in https://learn.microsoft.com/en-us/office/dev/add-ins/develop/automatically-open-a-task-pane-with-a-document?
Yes, right. That way on the page works for the current Word document. My expectation is that Word.DocumentCreated.open() works with addin started state.
Target platform is Word on both PC and Mac.
Are there anyway to set 'Office.AutoShowTaskpaneWithDocument' for Word.DocumentCreated object?
We are planning to implement to open a Word file on the our server. And we expect it would be opened with AddIn opened.
So, that means, I want to set 'Office.AutoShowTaskpaneWithDocument' for Word.DocumentCreated object. Is it possible?