VC Summer Unit 2 & 3 Single column format
This commit is contained in:
@@ -3608,6 +3608,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _LimitWidToPageWid, "@LimitWidToPageWid");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CombinedTabIncludeParenTabs;
|
||||
public bool CombinedTabIncludeParenTabs
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CombinedTabIncludeParenTabs, "@CombinedTabIncludeParenTabs");
|
||||
}
|
||||
}
|
||||
private VE_Font _ModifiedTextStyle;
|
||||
public VE_Font ModifiedTextStyle
|
||||
{
|
||||
@@ -5220,6 +5228,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NoTabAlign, "TabData/@NoTabAlign");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _IncludeStepNum;
|
||||
public bool IncludeStepNum
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _IncludeStepNum, "TabData/@IncludeStepNum");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _Justify;
|
||||
public string Justify
|
||||
{
|
||||
|
Reference in New Issue
Block a user