diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index b59a62f3..ca7e9d0e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4886,6 +4886,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _RNOExcludeMacros, "TabData/@RNOExcludeMacros"); } } + private LazyLoad _NoTabAlign; + public bool NoTabAlign + { + get + { + return LazyLoad(ref _NoTabAlign, "TabData/@NoTabAlign"); + } + } private LazyLoad _Justify; public string Justify {