开发者

Rename MS Word 2010 backstage tab

I want to rename MS Word 2010 backstage tab from "file" to another name from dotm 开发者_如何学Pythonfile. Is there a way to do this?


In Word 2007 (I guess it is the same in 2010) you should be able to change the label of the tab by adapting the customUI.xml.

    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">    
      <ribbon startFromScratch="false">
      <tabs>  
        <tab idMso="TabHome" label="FuBar"/>
...

But I never try so... all I did in a project was setting them invisible...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜