Turn off ReplaceWords and increase length in NSPDEV format
This commit is contained in:
parent
15efb46dd3
commit
d055adfd11
@ -1215,6 +1215,9 @@ namespace fmtxml
|
||||
}
|
||||
private void AddNSPDEVFMT(ref FormatData fmtdata)
|
||||
{
|
||||
// Turn off Replace Words
|
||||
fmtdata.SectData.TurnOffReplaceWords = "True";
|
||||
|
||||
// Set the overall font to Arial 11 pt
|
||||
fmtdata.FontData.FontFamily = "Arial";
|
||||
fmtdata.FontData.FontSize = "11";
|
||||
@ -3260,6 +3263,7 @@ namespace fmtxml
|
||||
dcstyles.DcStyles[0].dstyle.FontSize = "11";
|
||||
//dcstyles.DcStyles[0].ContStyle.FontFamily = "Arial";
|
||||
//dcstyles.DcStyles[0].ContStyle.FontSize = "11";
|
||||
dcstyles.DcStyles[0].PageLength = 564;
|
||||
|
||||
//Cover Page
|
||||
dcstyles.DcStyles[1].Name = "Cover Page";
|
||||
|
Loading…
x
Reference in New Issue
Block a user