BGEVL: added NotesToFootnotes flag
Paginate BGE Valve sections
This commit is contained in:
@@ -172,7 +172,12 @@ namespace Volian.Print.Library
|
||||
}
|
||||
if (!MyItemInfo.IsHigh) return 0; // Don't Paginate on a Substep level
|
||||
bool doSectionTitleContinued = false;
|
||||
if (MyItemInfo.InList(1148, 391)) Console.Write("Here");
|
||||
if (MyPageHelper.NotesToFootNotes != null && MyPageHelper.NotesToFootNotes.Count > 0)
|
||||
{
|
||||
float vtnHeight = SixLinesPerInch;
|
||||
foreach (vlnText vtn in MyPageHelper.NotesToFootNotes) vtnHeight += vtn.Height;
|
||||
yEndMsg += vtnHeight; // * vlnPrintObject.SixLinesPerInch);
|
||||
}
|
||||
if (MyItemInfo.MyPrevious != null && !MyItemInfo.IsSection && MyItemInfo.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.ContinueSectionHeader)
|
||||
{
|
||||
SectionConfig sch = MyItemInfo.ActiveSection.MyConfig as SectionConfig;
|
||||
|
Reference in New Issue
Block a user