[Previous] [Up] [Next]

NSMutableAttributedString

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSMutableAttributedString

NSMutableAttributedString

Declared in: Foundation/NSAttributedString.h

Inherits from: NSAttributedString

Conforms to: NSCoding



addAttribute:value:

- (void) addAttribute: (NSString*)name value: (id)value

addAttributes:

- (void) addAttributes: (NSDictionary*)attributes

appendAttributedString:

- (void) appendAttributedString: (NSAttributedString*)attributedString

beginEditing

- (void) beginEditing

deleteCharactersInRange:

- (void) deleteCharactersInRange: (NSRange)aRange

endEditing

- (void) endEditing

insertAttributedString:

- (void) insertAttributedString: (NSAttributedString*)attributedString

mutableString

- (NSMutableString*) mutableString

removeAttribute:range:

- (void) removeAttribute: (NSString*)name range: (NSRange)aRange

replaceCharactersInRange:withAttributedString:

- (void) replaceCharactersInRange: (NSRange)aRange withAttributedString: (NSAttributedString*)attributedString

replaceCharactersInRange:withString:

- (void) replaceCharactersInRange: (NSRange)aRange withString: (NSString*)aString

setAttributedString:

- (void) setAttributedString: (NSAttributedString*)attributedString

setAttributes:

- (void) setAttributes: (NSDictionary*)attributes