Open(FileName、 ConfirmConversions、 ReadOnly、 AddToRecentFiles、 PasswordDocument、 PasswordTemplate、 Revert、 WritePasswordDocument、 WritePasswordTemplate、Format、 Encoding、 Visible、 OpenConflictDocument、 OpenAndRepair、 DocumentDirection、 NoEncodingDialog)0e9检测VBA
|
参数0e9检测VBA |
中文0e9检测VBA |
|
FileName0e9检测VBA |
文档名(可包含路径)0e9检测VBA |
|
ConfirmConversions0e9检测VBA |
True 显示 转换文件对话框中,如果该文件不是 Microsoft Word 格式。0e9检测VBA |
|
ReadOnly0e9检测VBA |
为 True,则以只读方式打开文档0e9检测VBA |
|
AddToRecentFiles0e9检测VBA |
为 True,要将文件名添加到列表中最近使用的文件在 文件菜单的底部0e9检测VBA |
|
PasswordDocument0e9检测VBA |
打开文档时所需的密码0e9检测VBA |
|
PasswordTemplate0e9检测VBA |
打开模板时所需的密码0e9检测VBA |
|
Revert0e9检测VBA |
控制如果 FileName 是打开文档的名称会进行什么操作。 为 True,则放弃对打开文档的任何未保存更改并重新打开文件。 为 False,则激活打开的文档。0e9检测VBA |
|
WritePasswordDocument0e9检测VBA |
用于保存文档更改的密码0e9检测VBA |
|
WritePasswordTemplate0e9检测VBA |
用于保存模板更改的密码0e9检测VBA |
|
Format0e9检测VBA |
用于打开文档的文件转换器。 可为以下 WdOpenFormat 常量之一。 默认值为 wdOpenFormatAuto。 若要指定外部文件格式,请将 OpenFormat 属性应用于 FileConverter 对象,以确定要与此参数一起使用的值0e9检测VBA |
|
Encoding0e9检测VBA |
当你查看保存的文档时 Microsoft Word 所使用的文档编码(代码页或字符集)。 可以是任何有效的 MsoEncoding 常量。 要查看有效 MsoEncoding 常量的列表,请参阅“Visual Basic 编辑器”中的“对象浏览器”。 默认值是系统代码页。0e9检测VBA |
|
Visible0e9检测VBA |
如果在可见窗口中打开文档。 默认值为 True0e9检测VBA |
|
OpenConflictDocument0e9检测VBA |
指定是否打开具有脱机冲突的文档的冲突文件0e9检测VBA |
|
OpenAndRepair0e9检测VBA |
如果该属性为 True ,则修复文档,以防止文档毁坏0e9检测VBA |
|
DocumentDirection0e9检测VBA |
表示文档中的横排文字。 默认值为 wdLeftToRight0e9检测VBA |
|
NoEncodingDialog0e9检测VBA |
为 True,如果无法识别文本编码,则跳过显示 Word 所显示的“编码”对话框。 默认值为 False。0e9检测VBA |
|