replacer.AddString(string, string) Function Question

Is there a way to have the second parameter, the text value we are swapping in, contain a newline character/reference so that the string would span the Y axis?

Example:

replacer.AddString("[FINDME]",“Mark” + Environment.NewLine + “MANN”)

→ [FINDME] —> “MARK”
“MANN”

Currently, that would accomplished with the ContentReplacer.AddText parameter, which replaces text in a rectangular area.

Let me know how that API works for you.