EOP Number position adjustment for Ginna

This commit is contained in:
John Jenko 2013-04-23 15:40:18 +00:00
parent bfeb5eeb15
commit fb4fbeefc4

View File

@ -900,6 +900,9 @@ namespace fmtxml
case "RGESAM1.PAG": case "RGESAM1.PAG":
AddRGESam1Page(ref pgstyles); AddRGESam1Page(ref pgstyles);
break; break;
case "RGE.PAG":
AddRGEPage(ref pgstyles);
break;
/* Under Development /* Under Development
case "TP.PAG": case "TP.PAG":
AddTPPage(ref pgstyles); AddTPPage(ref pgstyles);
@ -1191,6 +1194,12 @@ namespace fmtxml
//{PS-CONFSTATE} //{PS-CONFSTATE}
pgstyles.PgStyles[1].Items[10].Col = 287; // 294; 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) private void AddRGESam1Page(ref PageStyles pgstyles)
{ {
// CoverPage - add the Revision to the pagelist // CoverPage - add the Revision to the pagelist