原文地址:http://jingyan.baidu.com/article/9c69d48f593c5b13c9024e2c.html 我们在使用word时,标题前总是出现黑点,其实这个黑点在打印时是不存在的,通过打印预览就可以知道了,那么如何去掉呢?我以Microsoft Office Word 2007为例来为大家讲解,其它大家举一反三就可以了. 工具/原料 Microsoft Office Word 各版本 方法/步骤 在word里用标题格式写上一个标题. 在“开始”菜单里打开段落
做了差不多一周的导出Word,现在把代码贴出来 : ExportWord.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.IO; /// <summary> ///DaoChuWord 的摘要说明 /// </summary> public class ExportWord { publi