Improve location of centered NOTE, CAUTION & WARNING tabs

Enclose special case Calvert Alarm blank line handling for Cautions/Notes in Calvert Alarm Flag
This commit is contained in:
2014-08-21 12:34:18 +00:00
parent 899e58cba0
commit 9362a5f6d8
2 changed files with 10 additions and 4 deletions

View File

@@ -54,6 +54,9 @@ namespace fmtxml
fmtdata.BoxData[1].TxtWidth = 130;
fmtdata.BoxData[1].BXMLS = null;
fmtdata.BoxData[1].BXMRS = null;
fmtdata.BoxData[2].TxtWidth = 428;
fmtdata.BoxData[3].TxtWidth = 428;
fmtdata.BoxData[4].TxtWidth = 428;
fmtdata.SectData.ReplaceStrData[10].ReplaceWord = @"(\[B\w*\])";
fmtdata.SectData.ReplaceStrData[10].ReplaceWith = @"\b $1\b0 ";