SVN r1085
SVN-Revision: r1085
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user