F2025-011 Format changes are needed to account for ABN procedures.

Adjustments to PSI location and Abnormal Procedure Steps Sections
This commit is contained in:
2025-04-30 09:50:09 -04:00
parent ba8a8b8673
commit 22c14d169b
3 changed files with 17 additions and 0 deletions

View File

@@ -6199,6 +6199,12 @@ namespace Volian.Print.Library
XOffset += (float)formatInfo.PlantFormat.FormatData.SectData.MetaSectionList[level].SecTitlePositionAdj;
XOffset -= xMetaAdj;
}
if (itemInfo.MyDocStyle.SectTitleOffsetOverride != null)
{
XOffset += (float)itemInfo.MyDocStyle.SectTitleOffsetOverride;
}
}
}
else if (formatInfo.PlantFormat.FormatData.SectData.SectionHeader.Just == "PSCenter")