[Previous]
[Up]
[Next]
NSMutableAttributedString
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSAttributedString.h
Inherits from: NSAttributedString
Conforms to: NSCoding
Instance Variables
Methods
Instances Methods
- (void) addAttribute: (NSString*)name value: (id)value;
- (void) addAttributes: (NSDictionary*)attributes;
- (void) appendAttributedString: (NSAttributedString*)attributedString;
- (void) beginEditing;
- (void) deleteCharactersInRange: (NSRange)aRange;
- (void) endEditing;
- (void) insertAttributedString: (NSAttributedString*)attributedString;
- (NSMutableString*) mutableString;
- (void) removeAttribute: (NSString*)name range: (NSRange)aRange;
- (void) replaceCharactersInRange: (NSRange)aRange withAttributedString: (NSAttributedString*)attributedString;
- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString;
- (void) setAttributedString: (NSAttributedString*)attributedString;
- (void) setAttributes: (NSDictionary*)attributes;