c# 如何插入Word分页符、分节符

 时间:2024-10-11 23:45:15

此条经验将介绍如何通过C#编程来插入Word分页符和分节符的方法。

工具/原料

Free Spire.Doc for .NET 6.3 (社区版)

Visual Studio

Dll引用

1、下载安装Free Spire.Doc后,在程序中注意添加引用Spire.Doc.dll,dll可在安装路径下的Bin文件夹中获取。

c# 如何插入Word分页符、分节符

插入Word分页符

1、 在指定段落后插入分页符【C#】using Spire.Doc;using Spire.Doc.Documents;namespace InsertPageBreak_Doc{ class Program { static void Main(string[] args) { //创建实例,加载文件 Document document = new Document(); document.LoadFromFile("test.docx"); //在指定段落末尾,插入分页 document.Sections[0].Paragraphs[1].AppendBreak(BreakType.PageBreak); //保存文件并打开 document.SaveToFile("PageBreak.docx", FileFormat.Docx2010); System.Diagnostics.Process.Start("PageBreak.docx"); } }}

c# 如何插入Word分页符、分节符

2、在依宏氽墓指定字符串后插入分页【C#】using Spire.Doc;using Spire.Doc.Documents;using Spire.Doc.Fields;namespace InsertPagebreak1_Doc{ class Program { static void Main(string[] args) { //创建实例,加载文件 Document doc = new Document(); doc.LoadFromFile("test.docx"); //查找需要在其后插入分页的字符 TextSelection[] selections = doc.FindAllString("guests", true, true); //遍历文档,插入分页 foreach (TextSelection ts in selections) { TextRange range = ts.GetAsOneRange(); Paragraph paragraph = range.OwnerParagraph; int index = paragraph.ChildObjects.IndexOf(range); Break pageBreak = new Break(doc, BreakType.PageBreak); paragraph.ChildObjects.Insert(index + 1, pageBreak); } //保存并打开文档 doc.SaveToFile("Break.docx", FileFormat.Docx); System.Diagnostics.Process.Start("Break.docx"); } }}

c# 如何插入Word分页符、分节符

插入Word分节符

1、【C#】using Spire.Doc;using Spire.Doc.Documents;namespace InsertSectionBreak_Doc{ class Program { static void Main(string[] args) { //创建实例,加载word测试文档 Document doc = new Document(); doc.LoadFromFile("test.docx"); //获取指定段落,并插入分页符 doc.Sections[0].Paragraphs[1].InsertSectionBreak(SectionBreakType.NoBreak); //保存并打开文档 doc.SaveToFile("SectionBreak.docx", FileFormat.Docx); System.Diagnostics.Process.Start("SectionBreak.docx"); } }}

c# 如何插入Word分页符、分节符
  • 怎样设置Visio 2016自动保存恢复绘图文档
  • Word文档页码编辑流程
  • word如何将图文框与段落关联?
  • CAJViewerf阅读器怎么给caj文字添加下划线
  • Word怎么给图片自动添加题注?
  • 热门搜索
    高血压怎么调理最好 泯怎么读 参茸鞭丸效果怎么样 薏米怎么吃最除湿 血管瘤怎么治最好 六边形怎么画 孟晚舟为什么不姓任 容积率怎么算 翁美玲为什么自杀 路由器怎么重启