[Previous]
[Up]
[Next]
NSAttributedString
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSAttributedString.h
Inherits from: NSObject
Conforms to: NSCoding
- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index effectiveRange: (NSRange*)aRange
- (id) attribute: (NSString*)attributeName atIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit
- (NSAttributedString*) attributedSubstringFromRange: (NSRange)aRange
- (NSDictionary*) attributesAtIndex: (unsigned int)index effectiveRange: (NSRange*)aRange
- (NSDictionary*) attributesAtIndex: (unsigned int)index longestEffectiveRange: (NSRange*)aRange inRange: (NSRange)rangeLimit
- (id) initWithAttributedString: (NSAttributedString*)attributedString
- (id) initWithString: (NSString*)aString
- (id) initWithString: (NSString*)aString attributes: (NSDictionary*)attributes
- (BOOL) isEqualToAttributedString: (NSAttributedString*)otherString
- (unsigned int) length
- (NSString*) string