From 42c3ba8dd5b72892fbcf0140feb6d78ad8f9078a Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 1 Feb 2013 14:58:37 +0000 Subject: [PATCH] --- PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs | 13 +++++++++++++ PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) 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 {