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