From 05f24f7186efbf2b32ed85003a26616f1f90135d Mon Sep 17 00:00:00 2001 From: John Date: Fri, 19 Jul 2013 13:57:19 +0000 Subject: [PATCH] fixed page length for the Two Column Auto Action Page document style in the NSP EOP format. Adjusted the procedure title length in the NSP Deviation format --- PROMS/fmtxml/AppendPlantSpecific.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PROMS/fmtxml/AppendPlantSpecific.cs b/PROMS/fmtxml/AppendPlantSpecific.cs index bd2a5d1a..8fbade27 100644 --- a/PROMS/fmtxml/AppendPlantSpecific.cs +++ b/PROMS/fmtxml/AppendPlantSpecific.cs @@ -1219,6 +1219,8 @@ namespace fmtxml } private void AddNSPDEVFMT(ref FormatData fmtdata) { + // Adjust page length + fmtdata.ProcData.TitleLength = 50; // Turn off Replace Words fmtdata.SectData.TurnOffReplaceWords = "True"; @@ -3155,6 +3157,7 @@ namespace fmtxml dcstyles.DcStyles[7].dstyle.FontSize = "11"; //Two Column Auto Action Pages dcstyles.DcStyles[8].LeftMargin = 80; + dcstyles.DcStyles[8].PageLength = 552; dcstyles.DcStyles[8].dstyle.FontFamily = "Arial"; dcstyles.DcStyles[8].dstyle.FontSize = "11"; dcstyles.DcStyles[8].ContStyle.FontFamily = "Arial";