This commit is contained in:
parent
3fc890ab52
commit
89baa5be7b
@ -25,9 +25,21 @@ namespace fmtxml
|
|||||||
case "WCN2":
|
case "WCN2":
|
||||||
AddWCN2Fmt(ref fmtdata);
|
AddWCN2Fmt(ref fmtdata);
|
||||||
break;
|
break;
|
||||||
|
case "WCNCKL":
|
||||||
|
AddWCNCKLFmt(ref fmtdata);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void AddWCNCKLFmt(ref FormatData fmtdata)
|
||||||
|
{
|
||||||
|
fmtdata.BoxData[3].End = 518;
|
||||||
|
fmtdata.BoxData[4].End = 518;
|
||||||
|
fmtdata.StepData[30].StepLayoutData.AlignWithParentTab = "True";
|
||||||
|
fmtdata.StepData[2].StepPrintData.Justify = "Center";
|
||||||
|
fmtdata.StepData[9].StepPrintData.Justify = "Center";
|
||||||
|
}
|
||||||
|
|
||||||
private void AddTPFmt(ref FormatData fmtdata)
|
private void AddTPFmt(ref FormatData fmtdata)
|
||||||
{
|
{
|
||||||
// When a plant does not have the TextSubFollowsTextStyle, the 16bit code was adding two characters
|
// When a plant does not have the TextSubFollowsTextStyle, the 16bit code was adding two characters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user