选项卡式文档界面 Microsoft Word 2007
有人编写了一个脚本来在 Word XP 中创建一个 Doc-Bar,该脚本允许打开 Word 文档的选项卡式界面(从而节省宝贵的任务栏空间):
早在 2001 年,就 microsoft.com/en-us/library/aa155741(office.10).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa155741(office.10).aspx
然而,包中提到的链接/脚本却神秘消失了。
有谁知道如何以编程方式在Word 2007中创建一个文档栏,以允许打开文档的选项卡式界面?
Someone, back in the day (2001) wrote a script to create a Doc-Bar in Word XP that would allow for tabbed interface of open Word documents (thus saving precious Taskbar space):
http://msdn.microsoft.com/en-us/library/aa155741(office.10).aspx
However, the links/script mentioned in the package have mysteriously disappeared.
Does anyone know how to programatically create a document bar in Word 2007 that would allow for tabbed interface with open documents?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有回答同样的问题,但是像 WinTabber 这样的东西怎么样? (http://www.wintabber.com/) - 我曾经使用过这个(或类似的东西)在我为 Cygwin 构建 mrxvt 之前,用于选项卡式 PuTTY 会话。
Not answering the same question, but what about something like WinTabber? (http://www.wintabber.com/) - I used to use this (or something like it) for tabbed PuTTY sessions before I built mrxvt for Cygwin.
使用 Word 选项可以执行多项操作:
转到 Word 选项 -> 高级 -> 显示部分并取消选中在任务栏中显示所有窗口
使用窗口列表(位于功能区的“视图”选项卡上)在文档之间切换。 默认快捷键为(在英语用户界面上):
Alt+W+W+
,其中 n 是文档的索引。配置自定义键盘快捷键以显示打开的文档列表。
There's several things you could do using Word options:
Go to Word Options -> Advanced -> Display section and uncheck Show all windows in Taskbar
Use the Window list (on the View tab of the ribbon) to switch between documents. Default shortcut would be (on an English UI):
Alt+W+W+<n>
where n is the index of your document.Configure a custom keyboard shortcut to bring up the list of open documents.