BGE: Hardcode ALN CPI for HIGH5 (for locating change bar)

BGE: Replace words for bolding [Bxxx] in ALN and EOP.  ALN CPI for HIGH5 type
This commit is contained in:
2014-08-18 13:31:51 +00:00
parent 7cdeec91f8
commit 0ac3d3291f
2 changed files with 11 additions and 2 deletions

View File

@@ -41,10 +41,14 @@ namespace fmtxml
fmtdata.StepData[20].OneLineBeforeTab = "True";
fmtdata.StepData[20].SpaceIn = "True";
fmtdata.StepData[20].StepLayoutData.EveryNLines = "1";
fmtdata.StepData[0].Font.CPI = "12";
fmtdata.BoxData[1].TxtStart = 356;
fmtdata.BoxData[1].TxtWidth = 130;
fmtdata.BoxData[1].BXMLS = null;
fmtdata.BoxData[1].BXMRS = null;
fmtdata.SectData.ReplaceStrData[10].ReplaceWord = @"(\[B\w*\])";
fmtdata.SectData.ReplaceStrData[10].ReplaceWith = @"\b $1\b0 ";
}
private void AddBGEEOPfmt(ref FormatData fmtdata)
{
@@ -106,6 +110,9 @@ namespace fmtxml
fmtdata.TransData.TransTypeData[6].TransFormat = @"{Sect Num}, \ul {Sect Title}\ulnone , Step {First Step}{Page Num}";
fmtdata.TransData.TransTypeData[9].TransFormat = @"{Proc Num} {IND}\ul {Proc Title}\ulnone ";
fmtdata.TransData.TransTypeData[10].TransFormat = @"{First Step}, \ul {Step Text}\ulnone {Page Num}";
fmtdata.SectData.ReplaceStrData[27].ReplaceWord = @"(\[B\w*\])";
fmtdata.SectData.ReplaceStrData[27].ReplaceWith = @"\b $1\b0 ";
}
private void AddBGEEOPOverridefmt(ref FormatData fmtdata)
{