Insert HTML text into a bookmark

Is it possible to replace the contents of a bookmark with HTML encoded text ?
e.g. myBookmark.Text = "
Hello
";

Try DocumentBuilder.MoveToBookmark, then DocumentBuilder.InsertHtml there.