This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user