RGE SAMG format - Set the Word Attachments to be paginated continuously with the procedure

added code to allow for plant specific modifications to document styles (section styles)
This commit is contained in:
2012-08-06 18:55:30 +00:00
parent 0bf2b5b640
commit 187f98807d
2 changed files with 167 additions and 1 deletions

View File

@@ -1063,6 +1063,9 @@ namespace fmtxml
// Inherit fonts.
DoDSFontInherit(ref dcstyles);
// do Plant specific adjustments
AddPlantSpecific(fname, ref dcstyles);
// First serialize files based on the above - then use xsl to transform
// into prefered xml.
if (!Directory.Exists("fmt_xml")) Directory.CreateDirectory("fmt_xml");