1. 建立新的文件 计算机与网络用语中英翻译(二) ... create 建立create new document建立新的文件create storage elements 建立储存体 ... zftrans.com|基于17个网页 2. 创建新文档 异常运行 ... crawl 爬行create new document创建新文档create storage elements 开辟存储区 ... ...
CreateNewDocument方法提供了一种以编程方式创建与控件中超链接相关联的文档的方法。 示例 下面的示例利用超链接控件的Click事件。 当用户在窗体上选择名为GenerateReport的超链接控件时,此事件将创建名为 Report.txt 的新文件。 将打开新文件进行编辑。 如果驱动器 C 上已存在名为Report.txt的文件,则会将其替换为此...
CDocument * pDocument = CreateNewDocument();这段代码的功能是用于创建一个新的文档。当执行这一操作时,程序首先调用 CreateNewDocument 函数,尝试生成一个文档对象的指针。如果函数执行成功,pDocument 将被赋值为新创建的文档对象,程序可以进一步操作这个文档。然而,如果创建过程失败,程序会进入异常处...
virtual CDocument* CreateNewDocument();这里,'virtual'关键字表明这个函数是可以被子类重写的,提供一定的灵活性。当你调用这个函数时,它会返回一个新的CDocument对象的指针。这个对象是基于当前文档模板类型的,也就是说,它会创建一个与你所用模板匹配的文档实例。值得注意的是,如果在创建过程中发生...
表达式。CreateNewDocument(FileName、EditNow、Overwrite) expression是必需的。 一个代表“Hyperlink”对象的变量。 参数 名称必需/可选数据类型说明 FileName必需字符串指定文档的文件名。 EditNow必需Boolean如果为True,则立即在相关编辑环境中打开指定文档。 默认值为True。
表达式。CreateNewDocument (FileName、 EditNow、 Overwrite) 表达 一个代表 Hyperlink 对象的变量。参数展开表 名称必需/可选数据类型说明 FileName 必需 字符串 指定文档的文件名。 EditNow 必需 Boolean 如果为 True,则立即在相关编辑环境中打开指定文档。 默认值为 True。 Overwrite 必需 Boolean 如果为 True,...
It’s easy to set up a new document in Adobe Illustrator and configure options like width, height, color mode, and more. View tutorial in Illustrator Follow along in the appMake a brand-new document 1. Upon launching Illustrator, you’ll see the Start workspace. Click Create new to open...
CreateNewDocument方法 新建一个链接到指定超链接的文档。 expression.CreateNewDocument(Filename, EditNow, Overwrite) expression该表达式返回一个Hyperlink对象。 Filename String类型,必需。表示指定文档的文件名。 EditNow Boolean类型,必需。如果为True,则立即在关联的编辑环境中打开指定文档。默认值为True。 Overwrite...
CDocTemplate::CreateNewDocument 文章 25/07/2011 在此文章 Return Value Requirements See Also Call this member function to create a new document of the type associated with this document template. 複製 virtual CDocument* CreateNewDocument( ); Return Value A pointer to the newly created ...