[Previous]
[Up]
[Next]
NSAttributedString
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSAttributedString.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Instances Methods
- (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;