diff --git a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs index 8c100995..e61afd05 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs @@ -332,6 +332,19 @@ namespace VEPROMS.CSLA.Library } } #endregion + #region SectionMacro + private LazyLoad _SectionMacro; + [Category("Extras")] + [DisplayName("Section Macro")] + [Description("Section Macro Prints With Title")] + public string SectionMacro + { + get + { + return LazyLoad(ref _SectionMacro, "@SectionMacro"); + } + } + #endregion } #endregion #region ContinueAll diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index e325147a..5c3cf744 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -3324,8 +3324,8 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _TofCPageNumPos, "@TofCPageNumPos"); } } - private LazyLoad _TofCSpaceChar; - public int? TofCSpaceChar + private LazyLoad _TofCSpaceChar; + public string TofCSpaceChar { get {