From 4132c4a7d57ad72f5ab5a1cadcc9923d1ac7d0ea Mon Sep 17 00:00:00 2001 From: tdx Date: Fri, 26 Dec 2025 02:40:55 +0000 Subject: [PATCH] SVN r1086 SVN-Revision: r1086 --- 插件库/Lskj.AutoCreatWord/CreateWordUtil.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/插件库/Lskj.AutoCreatWord/CreateWordUtil.cs b/插件库/Lskj.AutoCreatWord/CreateWordUtil.cs index d470c24..a904d7b 100644 --- a/插件库/Lskj.AutoCreatWord/CreateWordUtil.cs +++ b/插件库/Lskj.AutoCreatWord/CreateWordUtil.cs @@ -76,7 +76,7 @@ namespace Lskj.AutoCreatWord { Section mainSection = new Section(document); firstSection = mainSection; - //mainSection.PageSetup.DifferentFirstPageHeaderFooter = false; + mainSection.PageSetup.DifferentFirstPageHeaderFooter = false; document.Sections.Add(mainSection); hasMainTemp = true; Document document2 = new Document(); @@ -221,7 +221,7 @@ namespace Lskj.AutoCreatWord } if (hasMainTemp) { - //firstSection.PageSetup.DifferentFirstPageHeaderFooter = true; + firstSection.PageSetup.DifferentFirstPageHeaderFooter = true; } } }