Adjusted the left margin for the AOP Placekeeper with Initials format

This commit is contained in:
2014-05-16 14:58:21 +00:00
parent 50a5787b32
commit 099a428888
2 changed files with 29 additions and 3 deletions

View File

@@ -789,6 +789,9 @@ namespace fmtxml
case "BGEEOP.PAG":
AddBGEEOPPage(ref pgstyles);
break;
case "BGEEOP.Z00":
AddBGEEOPPage_Z00(ref pgstyles);
break;
}
}
@@ -1342,6 +1345,9 @@ namespace fmtxml
case "BGEEOP.DOC":
AddBGEEOPDOC(ref dcstyles);
break;
case "BGEEOP.Y00":
AddBGEEOPDOC_Y00(ref dcstyles);
break;
}
}
private void AddWCNBCKDoc(ref DocStyles dcstyles)