SVN r1086
SVN-Revision: r1086
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user