include footnote size when pagination within step section logic
get max of bottom most of table for steps in table that have sibling steps use ‘ParagraphToPdf’ (not ‘ToPdf’) for footnotes so that associated paragraphs don’t get referenced
This commit is contained in:
@@ -312,7 +312,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
Add(para);
|
||||
if (didComponentTableRow && iChildItemInfo.Steps != null && iChildItemInfo.Steps.Count > 1)
|
||||
tableBottomMost = AddComponentTableSiblings(cb, iChildItemInfo.Steps[1], xoff, para.YBottomMost, rnoLevel, maxRNO, formatInfo, yoffRight, pp);
|
||||
tableBottomMost = Math.Max(tableBottomMost, AddComponentTableSiblings(cb, iChildItemInfo.Steps[1], xoff, para.YBottomMost, rnoLevel, maxRNO, formatInfo, yoffRight, pp));
|
||||
|
||||
// Calvert Alarm's caution1 is the Annunciator window, i.e. in top right of page. Adjust
|
||||
// y offset for this caution that is printed BELOW the hls.
|
||||
|
Reference in New Issue
Block a user