Replace words for bolding [Bxxx], i.e. support for regular expression text in replaceword/with

Added TextAt counter for debug
Added debug of TextAt by allowing specifying of ItemIds
This commit is contained in:
2014-08-18 13:34:09 +00:00
parent c24d6b94ea
commit a33347b22a
3 changed files with 35 additions and 3 deletions

View File

@@ -401,6 +401,7 @@ namespace Volian.Print.Library
}
private string PrintProcedureOrFoldout(ProcedureInfo myProcedure, SectionInfo myFoldoutSection, string outputFileName, bool makePlacekeeper)
{
Rtf2Pdf.TextAtCounter = 0;
bool doingFoldout = myFoldoutSection != null;
// The following line accounts for 16bit OverrideLeftMargin when the 'Absolute' attribute is used in the genmac.
// We don't want to use the OverrideLeftMargin when 'Absolute' is used in the genmac.