Insert note with Gtol

Does anybody know how to do this? Its easy enough to create anote, and even insert the symbols in the note, but I need thecontrol framing around the symbols and text.

All this can be done very easily thru the interface, but I haventbeen able to figure out how to do it with the API. Using the macrorecorder to record the process thru the UI generates bogus code:

Set Note = Part.InsertNote("TEST NOTE" & Chr(13) & Chr(10)& _
"")

(see attached picture for example of what we want to end upwith)
SolidworksApi macros