导航:首页 > 文件教程 > vfp中控制word

vfp中控制word

发布时间:2025-04-10 17:29:24

A. vfp如何设置word文档图片位置

B. 如何用vfp实现对word的控制

用VFP命令控制Word1、创建Word文档Appword=CreateObject("word.application")2、显示Word文档Appword.Visible=.t.3、建立新文档Appword.Documents.Add()4、保存文档Appword.ActiveDocument.SaveAs("E:abc.doc")5、打开文档Appword.ActiveDocument.Open("E:abc.doc")6、保存Appword.ActiveDocument.Save7、关闭Appword.ActiveDocument.Close8、退出Appword.Application.Quit9、打印Appword.ActiveDocument.PrintOut10、设置上页边距Appword.ActiveDocument.PageSetup.TopMargin=1.5/0.03511、设置下页边距Appword.ActiveDocument.PageSetup.BottomMargin=1.5/0.03512、设置左页边距Appword.ActiveDocument.PageSetup.LeftMargin=1.5/0.03513、设置右页边距Appword.ActiveDocument.PageSetup.RightMargin=1.5/0.03514、设置页宽Appword.ActiveDocument.PageSetup.PageWidth=18.4/0.03515、设置页高Appword.ActiveDocument.PageSetup.PageHeight=26/0.03516、设置页面竖放Appword.ActiveDocument.PageSetup.Orientation=117、设置页面横放Appword.ActiveDocument.PageSetup.Orientation=218 、指定网格Appword.ActiveDocument.PageSetup.LayoutMode=0 && 0--不指定网格 1--指定网格和字符网格 2--指定行网格 3--文字对齐网格19、设置每页行数Appword.ActiveDocument.PageSetup.LinesPage=4220、设置每行字数Appword.ActiveDocument.PageSetup.ChartLine=1021、页面设为4栏Appword.ActiveDocument.PageSetup.TextColumns.SetCount(4)22、设置栏宽Appword.ActiveDocument.PageSetup.TextColumns.Width=3/0.03523、设置栏间距Appword.ActiveDocument.PageSetup.TextColumns.Specing=0.5/0.03524、插入文字Appword.Selection.Text="如果创建了工具栏"25、插入文字Appword.Selection.InsertAfter(space(6)+"多谢贵公司的支持!")26、指定字号Appword.Selection.FontSize=10.527、设置对齐方式Appword.Selection.ParagraphFormat.Alignment=0 && 0为左对齐 1居中 2右对齐 3两端对齐28、设置字体Appword.Selection.FontName="宋体"29、删除光标前面的字符(回车符等)Appword.Selection.Typebackspace30、删除字符Appword.Selection.Delete(1,1) && 第一个数字:1为下删一字,2为下删到下一个标点 第二个数字为数量

C. 如何在VFP6.0开发的信息管理系统中打开WORD文档

1、可以用WebBrowse控件打开Word和Excel文件

阅读全文

与vfp中控制word相关的资料

热点内容
百度网盘zip文件 浏览:746
哪里有培训数据运营 浏览:348
cs5套索工具怎么用 浏览:992
中兴zxa10f420破解教程 浏览:870
cad文件另存以后打不开 浏览:237
逆战战魂怎么升级 浏览:152
ae媒体缓存文件夹放在哪个盘好 浏览:840
数据库中h是什么意思 浏览:465
win10文件组织在哪打开 浏览:875
快速复制苹果手机的文件到电脑 浏览:545
传奇物品文件是哪个 浏览:565
怎么对cad文件保护 浏览:50
win10内置的ubuntu在哪个文件夹 浏览:530
怎么制作自己的专属网站 浏览:816
西安广电网络有哪些分公司 浏览:67
shell写入文件第一行 浏览:639
怎么让便签里的网站关闭 浏览:554
oracle数据库用户切换 浏览:267
手机怎么把文件搬到sd 浏览:744
lib属于什么文件 浏览:134

友情链接