PDA

View Full Version : NSParagraphStyle - need help




rethish
Dec 15, 2008, 07:30 AM
hi all..


I want to include line spacing and paragraph spacing with the content in the textview.

How it can be done?

I used defaultparagraphstyle method but it didn't worked .
please help

thankyou.



kainjow
Dec 15, 2008, 01:46 PM
You can create a mutable one to manipulate:
NSMutableParagraphStyle *para = [[[NSParagraphStyle defaultParagraphStyle] mutableCopy] autorelease];

rethish
Dec 16, 2008, 07:30 AM
thank you for tips.

I want to list my textview content using bullets and numberings. I found some of search results for this topic ,they were about NSTextList .
I couldn't get it,
please provide me some help on NSTextList.


thank you