Re: Displaying HTML in an NSTextView
Re: Displaying HTML in an NSTextView
- Subject: Re: Displaying HTML in an NSTextView
- From: Andy Lee <email@hidden>
- Date: Fri, 6 May 2005 18:32:56 -0400
On May 6, 2005, at 6:16 PM, Douglas Davidson wrote:
The relevant methods are on NSAttributedString and
NSMutableAttributedString, such as
initWithHTML:options:documentAttributes:,
initWithData:options:documentAttributes:error:,
dataFromRange:documentAttributes:error:, etc.
And note that although NSAttributedString and NSMutableAttributedString
are Foundation classes, these methods are in the AppKit documentation,
because they are added by a category in AppKit.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden