Re: Remove Temporary Attributes
Re: Remove Temporary Attributes
- Subject: Re: Remove Temporary Attributes
- From: "Louis C. Sacha" <email@hidden>
- Date: Mon, 12 Jul 2004 01:22:30 -0700
Hello...
You can probably just use the
setTemporaryAttributes:forCharacterRange: method and pass an empty
dictionary to remove all temporary attributes from the provided
range. (You might also be able to just pass nil instead of an empty
dictionary, but I can't test it at the moment).
Hope that helps,
Louis
Does anyone know if there is a way to remove all temporary attributes
from a character range? Since it is possible to add a dictionary full
of them at once, I feel sure there is a way to remove them too.
Thanks,
Jonathan Raphaelson
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.