重命名 MS Word 2010 后台选项卡

发布于 2024-10-10 17:11:50 字数 65 浏览 6 评论 0原文

我想将 MS Word 2010 后台选项卡从“文件”重命名为 dotm 文件中的另一个名称。 有办法做到这一点吗?

I want to rename MS Word 2010 backstage tab from "file" to another name from dotm file.
Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恋竹姑娘 2024-10-17 17:11:50

在 Word 2007 中(我想 2010 年也是如此),您应该能够通过调整 customUI.xml 来更改选项卡的标签。

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

但我从来没有尝试过......我在项目中所做的只是将它们设置为隐形......

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文