C#操作word的一些基本方法(word打印,插入文件,插入图片,定位页眉页脚,去掉横线)

47 篇文章 0 订阅
16 篇文章 0 订阅

http://archive.cnblogs.com/a/2036597/


1Microsoft.Office.Interop.Word.Application wordApp =new ApplicationClass()

word对象

2、 Microsoft.Office.Interop.Word.Document wordDoc = wordApp.Documents.Add(ref Nothing,ref Nothing, ref Nothing,ref Nothing)     文档对象

3、 Object Nothing = System.Reflection.Missing.Value常用的一个参数

4、wordApp.ActiveWindow.ActivePane.View.SeekView =WdSeekView.

wdSeekCurrentPageHeader定位到页眉

5、 wordApp.Selection.ParagraphFormat. Borders[WdBorderType.wdBorderBottom]

.LineStyle = WdLineStyle.wdLineStyleNone去掉页眉线

6、wordApp.ActiveWindow.View.SeekView = WdSeekView.wdSeekMainDocument跳出页眉

7、 wordApp.Selection.ParagraphFormat.Alignment =WdParagraphAlignment.

wdAlignParagraphCenter对齐方式(此为居中)

8、 Microsoft.Office.Interop.Word.Table policyTab = wordDoc.Tables.Add

(wordApp.Selection.Range, 行数, 列, ref Nothing, ref Nothing);创建表格

9、 wordApp.Selection.GoTo(ref oGoToItem,ref oGoToLast, ref Nothing,ref Nothing);定位页面(此为将光标定位到内容的最后)

10、 wordApp.Selection.InsertBreak(ref Nothing);插入分节符

11、 wordApp.Selection.InsertFile(nofile, ref Nothing, ref contenFalse, ref contenFalse, ref contenFalse);插入文件

12、 wordApp.Selection.InlineShapes.AddPicture(picName,ref LinkToFile, ref SaveWithDocument,ref Nothing);插入图片

13、 wordApp.ActiveWindow.ActivePane.View.SeekView =WdSeekView.

wdSeekCurrentPageFooter;定位到页脚

14、 wordApp.Selection.TypeText("此处写需要在指定位置输出的文字");文本输入

15、 wordDoc.ComputeStatistics(WdStatistic.wdStatisticPages,ref Nothing);得到页码

16、 wordDoc.PrintOut(ref Nothing,ref Nothing, ref Nothing,ref Nothing,

                    ref Nothing,ref Nothing, ref Nothing,ref Nothing,

                    ref Nothing,ref Nothing, ref Nothing,ref Nothing,

                    ref Nothing,ref Nothing, ref Nothing,

                    ref Nothing, ref Nothing, ref Nothing);

调用打印机实现打印(调用的是默认打印机)

17、 wordDoc.Close(ref saveChanges,ref Nothing, ref Nothing);文档退出

18、 wordApp.Quit(ref Nothing,ref Nothing, ref Nothing);word程序退出


  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值