Logic to adjust the column width when a checkoff header is selected

Format tweaks for Robinson
Format tweaks for Robinson’s Background, EOP and AOP formats
This commit is contained in:
2013-11-08 19:38:33 +00:00
parent 60dbbb6269
commit 575606318c
3 changed files with 61 additions and 10 deletions

View File

@@ -1602,9 +1602,11 @@ namespace fmtxml
case "CPL.Z00":
case "CPL.Z01":
case "CPL.Z02":
case "CPL.Z03":
SetRobinsonPageListFont(ref pgstyles);
break;
case "CPL.Z03":
AddCPL_Z03(ref pgstyles);
break;
case "CPBCK.PAG":
AddCPBCK(ref pgstyles);
break;
@@ -3107,7 +3109,7 @@ namespace fmtxml
AddCPL_Y02(ref dcstyles);
break;
case "CPL.Y03":
SetRobinsonDocStyleFont(ref dcstyles);
AddCPL_Y03(ref dcstyles);
break;
case "CPLA.DOC":
AddCPLA(ref dcstyles);