This method is deprecated in favor of the CodeReplace property described in §37.9.3 Surrounding or replacing text with code or macros.
You can direct DITA2Go to replace the content of a paragraph, or of a character-formatted span of text, with arbitrary RTF code:
[WordStyles] ; format (char or para) = keyword ; Replace deletes, and also puts out the RTF in [WordReplacements] Parafmt = Replace
You specify the replacement RTF code as a property of the format to which you assigned the Replace property:
[WordReplacements] ; Replace causes the insertion of raw RTF code ; in place of the original content of the named para or char format Parafmt = {some arcane string of RTF code}