ControlWord

所属分类:文件操作
开发工具:Visual C++
文件大小:78KB
下载次数:311
上传日期:2006-11-20 09:38:04
上 传 者superxsc
说明:  VC通过模板来控制Word表格 //这里没有用word里提供的table对象,而是用了selection对象,用它控制比table简单 //而且用模板可以很容易地设置表格中的格式,若通过table对象则设置字体、对齐方式是很难控制 //这里主要是通过移动word中的输入点位置来定位要写的位置。然后再写入内容到单元格. //selection对象主要调用MoveDown来进行定位,MoveDowm是让word响应键盘上的上下箭头事件。 //其中参数4表示移动一个单元字,而5表示移动一个单元行,其MoveUp,MoveLeft,MoveRight也一样 //具体可见MSDN中的ITextSelection::MoveDown Method
(VC through the template to control Word forms// There is no word used in providing the right table like, but use the object selection, used it to control than simple table// and use templates can be easily set up tables in the format If the object through the table is set fonts, Alignment will be very difficult to control// here mainly through word of mobile input location positioning write to the location. Then write the contents of the cells.// Selection main targets MoveDown to call for positioning MoveDowm is word on the keyboard in response to the next arrow incident.// Parameter four said a mobile unit, whereas in five said a mobile unit OK, MoveUp. MoveLeft. MoveRight is the same// visible in the MSDN ITextSelection : : MoveDown Method)

文件列表:
Release\ControlWord.exe (24576, 2006-08-15)
Release\表格模板.doc (29184, 2006-08-15)
Release (0, 2006-08-15)
res\ControlWord.rc2 (403, 2006-08-15)
res\ControlWord.ico (1078, 2006-08-15)
res (0, 2006-08-15)
ControlWord.aps (35560, 2006-08-15)
ControlWord.clw (1189, 2006-08-15)
ControlWord.cpp (2151, 2006-08-15)
ControlWord.dsp (4375, 2006-08-15)
ControlWord.dsw (545, 2006-08-15)
ControlWord.h (1379, 2006-08-15)
ControlWord.ncb (107520, 2006-08-15)
ControlWord.opt (49664, 2006-08-15)
ControlWord.plg (976, 2006-08-15)
ControlWord.rc (5310, 2006-08-15)
ControlWordDlg.cpp (9361, 2006-08-15)
ControlWordDlg.h (1449, 2006-08-15)
msword9.cpp (113271, 2004-06-15)
msword9.h (28333, 2004-06-15)
Resource.h (689, 2006-08-15)
StdAfx.cpp (213, 2006-08-15)
StdAfx.h (1054, 2006-08-15)
表格模板.doc (29184, 2006-08-15)

近期下载者

相关文件


收藏者