EOP Number position adjustment for Ginna
This commit is contained in:
parent
bfeb5eeb15
commit
fb4fbeefc4
@ -900,6 +900,9 @@ namespace fmtxml
|
||||
case "RGESAM1.PAG":
|
||||
AddRGESam1Page(ref pgstyles);
|
||||
break;
|
||||
case "RGE.PAG":
|
||||
AddRGEPage(ref pgstyles);
|
||||
break;
|
||||
/* Under Development
|
||||
case "TP.PAG":
|
||||
AddTPPage(ref pgstyles);
|
||||
@ -1191,6 +1194,12 @@ namespace fmtxml
|
||||
//{PS-CONFSTATE}
|
||||
pgstyles.PgStyles[1].Items[10].Col = 287; // 294;
|
||||
}
|
||||
private void AddRGEPage(ref PageStyles pgstyles)
|
||||
{
|
||||
// Procedure Steps
|
||||
pgstyles.PgStyles[0].Items[4].Col = 30; // EOPNUM
|
||||
}
|
||||
|
||||
private void AddRGESam1Page(ref PageStyles pgstyles)
|
||||
{
|
||||
// CoverPage - add the Revision to the pagelist
|
||||
|
Loading…
x
Reference in New Issue
Block a user