Flag to reset the docstyle when using UseOnFist and separate pagination, field to specify continue text to append to a continued section title, flag to print an end message on each sub-section
Setting variables to control indenting and underlining on the Auto Table of Contents
This commit is contained in:
@@ -3632,6 +3632,22 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TofCNumLevels, "@TofCNumLevels");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _TofCStartIndentAfterLevel;
|
||||
public int? TofCStartIndentAfterLevel
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TofCStartIndentAfterLevel, "@TofCStartIndentAfterLevel");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _TofCUnderlineFirstLevelTitle;
|
||||
public bool TofCUnderlineFirstLevelTitle
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TofCUnderlineFirstLevelTitle, "@TofCUnderlineFirstLevelTitle");
|
||||
}
|
||||
}
|
||||
private VE_Font _Font;
|
||||
public VE_Font Font
|
||||
{
|
||||
|
Reference in New Issue
Block a user