SVN r1085

SVN-Revision: r1085
This commit is contained in:
tdx
2025-12-26 02:38:31 +00:00
parent 13d4aa052f
commit 17e73bfa78
@@ -221,7 +221,7 @@ namespace Lskj.AutoCreatWord
}
if (hasMainTemp)
{
firstSection.PageSetup.DifferentFirstPageHeaderFooter = true;
//firstSection.PageSetup.DifferentFirstPageHeaderFooter = true;
}
}
}
@@ -1675,7 +1675,7 @@ namespace Lskj.AutoCreatWord
HeaderFooter headerFooter = sourceSection.HeadersFooters[headerFooterType];
if (headerFooter != null && headerFooter.ChildObjects != null && headerFooter.ChildObjects.Count > 0)
{
targetSection.HeadersFooters[headerFooterType].LinkToPrevious = true;
//targetSection.HeadersFooters[headerFooterType].LinkToPrevious = true;
targetSection.HeadersFooters[headerFooterType].ChildObjects.Clear();
foreach (DocumentObject obj in headerFooter.ChildObjects)
{