Added references to Byron/Braidwood specific format changes

Added BoxLeftAdj property to support Braidwood boxed items
This commit is contained in:
Rich 2014-01-17 16:08:08 +00:00
parent 053223bea7
commit eff27f334e
3 changed files with 16 additions and 0 deletions

View File

@ -193,6 +193,9 @@ namespace fmtxml
case "EXCLN.X00":
AddEXCLN00fmt(ref fmtdata);
break;
case "EXCLN.X01":
AddEXCLN01fmt(ref fmtdata);
break;
}
}
@ -1790,6 +1793,9 @@ namespace fmtxml
case "CATBOX.PAG":
AddCATPage(ref pgstyles);
break;
case "EXCLN.Z00":
AddEXCLN00fmt(ref pgstyles);
break;
}
}
@ -3368,6 +3374,15 @@ namespace fmtxml
case "MCGBOX.DOC":
AddMCGDOC(ref dcstyles);
break;
case "EXCLN.Y00":
AddEXCLN00Doc(ref dcstyles);
break;
case "CWE.DOC":
AddCWEDoc(ref dcstyles);
break;
case "EXEDEV.DOC":
AddEXEDEVDoc(ref dcstyles);
break;
}
}
private void AddFNPCASDOC(ref DocStyles dcstyles)

View File

@ -735,6 +735,7 @@ public struct StepSectionLayout
//end for VCSummer by jcb
//for Braidwood by jcb
public string RNOWidthAdj;
public string BoxLeftAdj;
//end for Braidwood by jcb
/* Format flags moved to here.... */

Binary file not shown.