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
This commit is contained in:
parent
73c32910d4
commit
05f24f7186
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user