I can\'t find any parameter that seems to be related with the text value showed in a NSTextView. I understood that a NSTextView uses a complex stru
NSTextView
If you want to set attributed text (formatted text) them try
[myTextView setAttributedString:(NSAttributedString*)attrString].
NSTextView contains a NSTextStorage object that actually holds the text...