NSTextStorage

Authors

Richard Frith-Macdonald( richard@brainstorm.co.uk )

Copyright: (C) 1999 Free Software Foundation, Inc.

Software documentation for the NSTextStorage class

NSTextStorage : NSMutableAttributedString

Declared: AppKit/NSTextStorage.h

addLayoutManager:

- (void) addLayoutManager: (NSLayoutManager*)obj;


beginEditing

- (void) beginEditing;


changeInLength

- (int) changeInLength;


delegate

- (id) delegate;


edited:range:changeInLength:

- (void) edited: (unsigned)mask range: (NSRange)old changeInLength: (int)delta;


editedMask

- (unsigned) editedMask;


editedRange

- (NSRange) editedRange;


endEditing

- (void) endEditing;


ensureAttributesAreFixedInRange:

- (void) ensureAttributesAreFixedInRange: (NSRange)range;


fixesAttributesLazily

- (BOOL) fixesAttributesLazily;


invalidateAttributesInRange:

- (void) invalidateAttributesInRange: (NSRange)range;


layoutManagers

- (NSArray*) layoutManagers;


processEditing

- (void) processEditing;


removeLayoutManager:

- (void) removeLayoutManager: (NSLayoutManager*)obj;


setDelegate:

- (void) setDelegate: (id)delegate;


Software documentation for the NSObject(NSTextStorageDelegate) category

NSObject(NSTextStorageDelegate)

Declared: AppKit/NSTextStorage.h

textStorageDidProcessEditing:

- (void) textStorageDidProcessEditing: (NSNotification*)notification;


textStorageWillProcessEditing:

- (void) textStorageWillProcessEditing: (NSNotification*)notification;