F2021-042: BNPP1 Order of Notes, Cautions, Warnings, etc
This commit is contained in:
@@ -5243,6 +5243,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CenterOneLineOnly, "@CenterOneLineOnly");
|
||||
}
|
||||
}
|
||||
// F2021-042: Added FormatStepData.AlwaysCenter for BNPP1 - Critical Step text always must be centered
|
||||
private LazyLoad<bool> _AlwaysCenter;
|
||||
public bool AlwaysCenter
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AlwaysCenter, "@AlwaysCenter");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SubTableGetsUp1Level;
|
||||
public bool SubTableGetsUp1Level
|
||||
{
|
||||
|
Reference in New Issue
Block a user