Adjusted the footer and page length to correct a continue message that was printing on top of step text.
This commit is contained in:
parent
0e41d02be0
commit
ac3204ada6
@ -2316,6 +2316,8 @@ namespace fmtxml
|
||||
dcstyles.DcStyles[0].dstyle.FontSize = "11";
|
||||
dcstyles.DcStyles[0].ContStyle.FontFamily = "Arial";
|
||||
dcstyles.DcStyles[0].ContStyle.FontSize = "11";
|
||||
dcstyles.DcStyles[0].FooterLen = 0;
|
||||
dcstyles.DcStyles[0].PageLength = 558;
|
||||
//Purpose And Entry Conditions
|
||||
dcstyles.DcStyles[1].LeftMargin = 62;
|
||||
dcstyles.DcStyles[1].dstyle.FontFamily = "Arial";
|
||||
|
Loading…
x
Reference in New Issue
Block a user