move section text down after the section separator line

This commit is contained in:
Kathy Ruffing 2015-02-27 13:16:53 +00:00
parent 763eb1865b
commit 62a6d747df

View File

@ -544,6 +544,7 @@ namespace Volian.Print.Library
{ {
pc.Total = MyPageHelper.CurrentTOCPageNumber + 1; pc.Total = MyPageHelper.CurrentTOCPageNumber + 1;
pc.DrawTemplates(); pc.DrawTemplates();
} }
} }
} }
@ -2894,6 +2895,8 @@ namespace Volian.Print.Library
{ {
string macro = GetMacroName(MyItemInfo.MyDocStyle.Layout.SectionMacro); string macro = GetMacroName(MyItemInfo.MyDocStyle.Layout.SectionMacro);
PartsAbove.Add(new vlnMacro(xoff, yoff, macro)); PartsAbove.Add(new vlnMacro(xoff, yoff, macro));
yoff += SixLinesPerInch;
YOffset = yoff;
} }
} }