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