Added IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties to PlantFormat class for VCSummer data
Added code to utilize BoldTransitionExceptHLS property for VCSummer data Added code to reset MyGaps when changing sections for drawing centerline for VCSummer data Added code to handle Transition Caution and Transiton Note when printing PDF for VCSummer data Added code to handle proper incrementing for lower case roman numeral page numbering for VCSummer data Added code to handle hard new lines in Procedure title for VCSummer data
This commit is contained in:
@@ -225,7 +225,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
// Adjust RO display
|
||||
if (ROsShouldBeAdjusted)
|
||||
text = DoTransitionAdjustments(text, _MyItemInfo.ActiveFormat.PlantFormat.FormatData.TransData.BoldTransition);
|
||||
text = DoTransitionAdjustments(text, _MyItemInfo.ActiveFormat.PlantFormat.FormatData.TransData.BoldTransition || (_MyItemInfo.ActiveFormat.PlantFormat.FormatData.TransData.BoldTransitionExceptHLS && !_MyItemInfo.IsHigh));
|
||||
// add colors around links:
|
||||
if (colorLinks)
|
||||
text = DoColorLinks(text);
|
||||
|
Reference in New Issue
Block a user