aspose.words页码设置 aspose.words 页码
请问一下Aspose.Words中如何给单元格画斜线?
代码:C#Document dstDoc = new Document(gDataDir + "TestFile.Destination.doc");Document srcDoc = new Document(gDataDir + "TestFile.Source.doc");// Make the document appear straight after the destination documents content.srcDoc.FirstSection.PageSetup.SectionStart = SectionStart.Continuous;// Append the source document using the original styles found in the source document.dstDoc.AppendDocument(srcDoc, ImportFormatMode.KeepSourceFormatting);dstDoc.Save(gDataDir + "TestFile.JoinContinuous Out.doc");
谁有aspose.cells.dll,aspose.words.dll等的使用说明
删除页眉的方法:打开Word文档后,点击上方的“视图(V)”菜单——>;选择“页眉和页脚(H)”——>;进入页眉编辑状态,并弹出页眉工具菜单,全选中页眉内容(按下Ctrl+A全选)后,点击“Delete键”删除内容——>;删除内容后,点击“页眉页脚”菜单中的“关闭(C)”即可;删除页脚的方法:仍然是点击“视图(V)”菜单——>;选择“页眉页脚(H)”——>;此时将弹出“页眉页脚”菜单栏——>;点击“关闭(C)”左边的第三个按钮“在页眉和页脚间切换”,然后切换到“页脚”编辑状态——>;全选“页脚”内容,按“Delete”删除即可;经验总结:双击文档里的页眉或页脚,就可以进入页眉页脚的编辑状态,可以再次编辑,改变页眉页脚的样子。
在编辑状态将页眉页脚里的内容全部删除,然后操作菜单“格式”→“样式和格式”,点选“样式和格式”里的“清除格式”,最后点击“页眉和页脚”工具条里的“关闭”,退出编辑后页眉和页脚就被彻底删除了。
- 上一篇:钓鱼q币软件 刷q币软件
- 下一篇:usb接口禁用软件 如何禁用usb接口
-