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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user