Logo for WCN cover pages was printing at top of page. Fixed the location of image printing in Word Documents

Added IsCaution1 boolean check (for WCN BCK formatting); underline background document header
Added RO Format flag: UpRoImmAftrDashSpace
This commit is contained in:
2014-02-05 13:45:00 +00:00
parent 7ee3fde601
commit c2f11de722
3 changed files with 24 additions and 3 deletions

View File

@@ -5419,6 +5419,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _UpRoAftrDash, "@UpRoAftrDash");
}
}
private LazyLoad<bool> _UpRoImmAftrDashSpace;
public bool UpRoImmAftrDashSpace
{
get
{
return LazyLoad(ref _UpRoImmAftrDashSpace, "@UpRoImmAftrDashSpace");
}
}
private LazyLoad<bool> _UpcaseAllRoUnits;
public bool UpcaseAllRoUnits
{