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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user