This commit is contained in:
2012-10-26 10:10:35 +00:00
parent 8284c66da2
commit 94d2b11dc3
3 changed files with 12 additions and 3 deletions

View File

@@ -323,6 +323,9 @@ namespace fmtxml
case "NSP.PAG":
AddNSPPage(ref pgstyles);
break;
case "SHE.PAG":
AddSHEPage(ref pgstyles);
break;
/* Under Development
case "TP.PAG":
AddTPPage(ref pgstyles);
@@ -333,6 +336,12 @@ namespace fmtxml
* */
}
}
private void AddSHEPage(ref PageStyles pgstyles)
{
// Procedure Steps
pgstyles.PgStyles[0].Items[1].Col = 78; // Column for BOX5 needed adjusted to match 16bit
}
// NSP_ALL
private void AddNSPPage(ref PageStyles pgstyles)
{