B2021-119: Large section titles on Landscape Word Attachments are printing on 2 lines

B2021-119: BNPP1 - Large section titles on Landscape Word Attachments are printing on 2 lines
This commit is contained in:
2021-10-26 13:03:10 +00:00
parent 033df8ccb3
commit 5c44ae607f
3 changed files with 14 additions and 1 deletions

View File

@@ -2394,6 +2394,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTitleLength");
}
}
private LazyLoad<int?> _SectNumAndTlLenLand; // B2021-119: large titles on Landscape Word Attachments are printing on 2 lines.
public int? SectNumAndTlLenLand
{
get
{
return LazyLoad(ref _SectNumAndTlLenLand, "@SectNumAndTlLenLand");
}
}
private LazyLoad<string> _ForeColor;
public string ForeColor
{