B2023-043: BVPS – subscript/superscript in Section Titles

This commit is contained in:
2023-05-02 13:13:04 +00:00
parent da45ffc8ac
commit 02a65727e9
9 changed files with 15 additions and 1 deletions

View File

@@ -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
{