column for cautions/notes
added call to genfmt fix
This commit is contained in:
parent
6dfd259d42
commit
22ad34c24e
@ -178,6 +178,9 @@ namespace fmtxml
|
||||
case "CATADEV.FMT":
|
||||
AddCATADEVfmt(ref fmtdata);
|
||||
break;
|
||||
case "GEN.FMT":
|
||||
AddGENfmt(ref fmtdata);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
28
PROMS/fmtxml/PlantSpecific_Gen.cs
Normal file
28
PROMS/fmtxml/PlantSpecific_Gen.cs
Normal file
@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Xml;
|
||||
|
||||
namespace fmtxml
|
||||
{
|
||||
public partial class FmtFileToXml
|
||||
{
|
||||
private void AddGENfmt(ref FormatData fmtdata) // Catawba
|
||||
{
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
|
||||
}
|
||||
}
|
||||
public partial class FmtToXml
|
||||
{
|
||||
private void AddGENPage(ref PageStyles pgstyles)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
public partial class RtfToSvg
|
||||
{
|
||||
private void AddGEN(XmlDocument myDoc)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user