Added new property to DocStyle named ShowSectionTitles

Format changes including Purpose/Symptom/Entry Conditions PageStyle and DocStyle
Added xsl to match ShowSectionTitles
This commit is contained in:
Rich
2013-07-02 15:32:11 +00:00
parent 7bc0e8846e
commit 4080ac83a5
3 changed files with 122 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ public struct DocStyle
public float CenterLineYTop;
public float CenterLineYBottom;
public bool LandscapePageList;
public bool ShowSectionTitles;
//end for VCSummer by jcb
public string Name;
public short Index;