'ReadingModePrintedPage'做什么以及如何设置它。 [英] What does 'ReadingModePrintedPage' do and how to set it.

查看:104
本文介绍了'ReadingModePrintedPage'做什么以及如何设置它。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Word 2013有问题,可能与ReadView有关。当我们解决是否由在Word中运行的Word实例加载的文档在ReadView或PrintView中打开时,它肯定会出现。或许更多,稍后,
,但我的直接问题是一个选项,可能会或可能不会出现在HKEY_CURRENT_USER \Software \ Microsoft &\\Office \ 15.0 \ Word \Options中作为ReadingModePrintedPage。它存在于大约一半或我们的QA团队机器中,一位开发人员在她的机器上拥有它
但它不在我的机器上。当此选项存在并设置为1时,我们的应用程序将失败:

      bShowHiddenText =(pView-> SHOWHiddenText!= VARIANT_FALSE); 

有错误

      800A11FD - ShowHiddenText方法或属性不可用

                         因为此命令无法读取。


如果'ReadingModePrintedPage'不存在或设置为零,则没有问题,我们得到预期的结果。自从Word 97天以来,这段代码已经非常开心了。



我找不到对该选项的引用或它的作用(除了崩溃我们的应用程序) ,或如何设置它。 Google上只有8次点击,并且都是自我参考。所以任何人都可以告诉我:


1)'ReadingModePrintedPage'标志的目的。

2)如何在Word 2013中设置/取消设置

3)如何通过COM接口设置/取消设置。

4)如果有任何文档,可以在哪里找到它。


我应该指出,我们的客户正在报告此问题,并且随着Word 2013推广到大约10,000个左右的用户,它将变得更糟。  



我们非常感谢任何帮助。







Oswy

解决方案

Hi Oswy,


您可以手动设置"隐藏文字"选项吗?您可以取消选中此选项,如下图所示:
$


我无法找到有关'ReadingModePrintedPage'注册表的文档。您可以考虑在
中重新打开一个新主题
Word IT专业讨论
论坛,了解它是否与选项左右相关。


此外,我无法找到我们可以为此注册表操作的Word对象模型。如果这个版本与Word中的opion相关,你可以重新编写一个宏来确认它。作为一种解决方法,我建议
操纵
通过VBA直接注册。


如果您希望Word将对象模型发布到此注册表,您可以通过以下链接提交:

提交反馈 - 微软支持


<问候& fei






I have a problem with Word 2013, which might be related to ReadView. It certainly showed up while we were solving whether of not a document loaded by an instance of Word running as a COM object would open in ReadView or PrintView. Perhaps more on that later, but my immediate  problem is an option which may or may not appear in HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\Options as ReadingModePrintedPage. It is present in about half or our QA teams machines, a fellow developer has it on her machine but it isn't on my machine. When this option is present and set to one, our application fails at:

     bShowHiddenText = (pView->SHowHiddenText != VARIANT_FALSE);

with error
      800A11FD - The ShowHiddenText method or property is not available
                         because this command is not available for reading.

If the 'ReadingModePrintedPage' is absent or set to zero, then there is no problem and we get the expected results. This piece of code has run quite happily since Word 97 days.

I can find no reference to to the option or what it does (apart from crash our app), or how to set it. There are only 8 hits on Google and the are all self referential. So can anyone tell me:

1) The purpose of the 'ReadingModePrintedPage' flag.
2) How to set/unset it in Word 2013
3) How to set/unset it via the COM interface.
4) If there is any documentation, where can it be found.

I should point out that our clients are reporting this problem and it will get worse as Word 2013 is rolled out to some 10,000 or so users.  

Any help would be much appreciated.


Oswy

解决方案

Hi Oswy,

Can you set the 'Hidden Text' option manually? You can uncheck this option as figure below:

I am not able to find the document about 'ReadingModePrintedPage' registry. You may consider to reopen a new thread in Word IT Pro Discussions forum to see whether it is relative to the option or so group policy.

In addition, I am not able to find the Word object model that we can manipulate for this registry. You can recrod a macro to cofirm it if this regstry is relative to the opion in Word. As a workaround, I suggest that manipulate the registry via VBA directly.

If you want Word to publish the object model to this registry, you can submit it via link below:
Submit Feedback - Microsoft Support

Regards & fei


这篇关于'ReadingModePrintedPage'做什么以及如何设置它。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆