From 62a6d747dff65e9f21ad524d7cf0e1c65e0e0dec Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 27 Feb 2015 13:16:53 +0000 Subject: [PATCH] move section text down after the section separator line --- PROMS/Volian.Print.Library/vlnParagraph.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 18e8fc39..7d4b8729 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -544,6 +544,7 @@ namespace Volian.Print.Library { pc.Total = MyPageHelper.CurrentTOCPageNumber + 1; pc.DrawTemplates(); + } } } @@ -2894,6 +2895,8 @@ namespace Volian.Print.Library { string macro = GetMacroName(MyItemInfo.MyDocStyle.Layout.SectionMacro); PartsAbove.Add(new vlnMacro(xoff, yoff, macro)); + yoff += SixLinesPerInch; + YOffset = yoff; } }