New Table of Contents flags & MaxWidth for PSIs (for current page)
Improve message when format is changed and not certain if section type is valid. (part of B2016-165) vcb1: Added MaxWidthCurPage for PSI text widths (use for current page) vcb1: Table of Contents values for subsections line spacing and grouping section numbers Table of Contents to handle single space subsections & Grouping section names remove group title Use MaxWidthCurPage to handle max width, but don’t account for multiple lines when printing content
This commit is contained in:
@@ -3928,6 +3928,22 @@ namespace VEPROMS.CSLA.Library
|
||||
return (tocProcStepsTitle == null || tocProcStepsTitle == "") ? "" : tocProcStepsTitle;
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _TofCLineSpacingSub;
|
||||
public int? TofCLineSpacingSub
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TofCLineSpacingSub, "@TofCLineSpacingSub");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _TofCRemoveGrpNameInSects;
|
||||
public bool TofCRemoveGrpNameInSects
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TofCRemoveGrpNameInSects, "@TofCRemoveGrpNameInSects");
|
||||
}
|
||||
}
|
||||
private VE_Font _Font;
|
||||
public VE_Font Font
|
||||
{
|
||||
|
Reference in New Issue
Block a user