SVN r1086

SVN-Revision: r1086
This commit is contained in:
tdx
2025-12-26 02:40:55 +00:00
parent 17e73bfa78
commit 4132c4a7d5
@@ -76,7 +76,7 @@ namespace Lskj.AutoCreatWord
{ {
Section mainSection = new Section(document); Section mainSection = new Section(document);
firstSection = mainSection; firstSection = mainSection;
//mainSection.PageSetup.DifferentFirstPageHeaderFooter = false; mainSection.PageSetup.DifferentFirstPageHeaderFooter = false;
document.Sections.Add(mainSection); document.Sections.Add(mainSection);
hasMainTemp = true; hasMainTemp = true;
Document document2 = new Document(); Document document2 = new Document();
@@ -221,7 +221,7 @@ namespace Lskj.AutoCreatWord
} }
if (hasMainTemp) if (hasMainTemp)
{ {
//firstSection.PageSetup.DifferentFirstPageHeaderFooter = true; firstSection.PageSetup.DifferentFirstPageHeaderFooter = true;
} }
} }
} }