B2023-043: BVPS – subscript/superscript in Section Titles
This commit is contained in:
@@ -1317,6 +1317,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseOnFirstForSeparatePaginationOnSubSect, "@UseOnFirstForSeparatePaginationOnSubSect");
|
||||
}
|
||||
}
|
||||
// B2023-043 for use with Beaver Valley AOP format - allow attributes, such as superscript on section titles when printing
|
||||
private LazyLoad<bool> _SectionTitleWithAttributes;
|
||||
public bool SectionTitleWithAttributes
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SectionTitleWithAttributes, "@SectionTitleWithAttributes");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _WCNTraining;
|
||||
public bool WCNTraining
|
||||
{
|
||||
|
Reference in New Issue
Block a user