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