Initial Wolf Creek Training Format
Initial Wolf Creek Training macros Added WCNTraining flag Use WCNTraining flag to always paginate on subsection Don’t do docstyle reset if in WCNTraining format Do centerline if in WCNTraining format
This commit is contained in:
@@ -255,7 +255,7 @@ namespace Volian.Print.Library
|
||||
if ((MySection.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DoubleBoxHLS) == E_DocStructStyle.DoubleBoxHLS)
|
||||
DrawHorizontal(writer.DirectContent, (float)MySection.MyDocStyle.Layout.LeftMargin, (float)MySection.MyDocStyle.Layout.PageWidth, (float)MySection.MyDocStyle.CenterLineYTop);
|
||||
//if (MySection.ColumnMode > 0 && onBlankPage == false)
|
||||
if (MySection.ColumnMode > 0)
|
||||
if (MySection.ColumnMode > 0 || MySection.ActiveFormat.PlantFormat.FormatData.PrintData.WCNTraining)
|
||||
DrawCenterLine(writer.DirectContent, MySection.MyDocStyle.Layout.LeftMargin + MySection.MyDocStyle.CenterLineX ?? 0, MySection.MyDocStyle.CenterLineYTop ?? 0, MySection.MyDocStyle.CenterLineYBottom ?? 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user