force alignment of ‘Unnumbered High Level Step’ with section text

Calvert: force alignment of ‘Unnumbered High Level Step’ with section text
This commit is contained in:
2014-11-12 15:17:17 +00:00
parent 9eed40353e
commit bcc0ec5a3b
4 changed files with 13 additions and 2 deletions

View File

@@ -4104,6 +4104,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _AlignNullTabWSectHead, "@AlignNullTabWSectHead");
}
}
private LazyLoad<bool> _ForceAlignNullTabWSectHead;
public bool ForceAlignNullTabWSectHead
{
get
{
return LazyLoad(ref _ForceAlignNullTabWSectHead, "@ForceAlignNullTabWSectHead");
}
}
private LazyLoad<bool> _AlignHLSTabWithSectOvride;
public bool AlignHLSTabWithSectOvride
{