Implement NumberWithLevel flag to create correct tabs in RNO column
add NumberWithLevel format flag Handle double spacing (flag) in Table of Contents Draw double lined box around High Level Steps (only HLS, not substep) Double Lined box; Caution & Notes xoffsets and widths for printing in column (not across page); NumberWithLevel support (xoffsets); Align1StLevSubWHLS (format flag support); XBlankW1stLevSub adds extra line after 1st substep procdesr pagelist include check for dashes in procedure number
This commit is contained in:
@@ -4125,6 +4125,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NumberHighLevel, "@NumberHighLevel");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NumberWithLevel;
|
||||
public bool NumberWithLevel
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NumberWithLevel, "@NumberWithLevel");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _OffsetTab;
|
||||
public bool OffsetTab
|
||||
{
|
||||
|
Reference in New Issue
Block a user