[Previous] [Up] [Next]

NSTextStorage

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSTextStorage

NSTextStorage

Declared in: Gui/NSTextStorage.h

Inherits from: NSMutableAttributedString

Conforms to: NSCopying


Instance Variables

Methods


Instances Methods

addLayoutManager:

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

changeInLength

- (int) changeInLength;

delegate

- (id) delegate;

edited:range:changeInLength:

- (void) edited: (unsigned int)mask range: (NSRange)oldRange changeInLength: (int)lengthChange;

editedMask

- (unsigned int) editedMask;

editedRange

- (NSRange) editedRange;

endEditing

- (void) endEditing;

layoutManagers

- (NSArray*) layoutManagers;

processEditing

- (void) processEditing;

removeLayoutManager:

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

setDelegate:

- (void) setDelegate: (id)anObject;

textStorageDidProcessEditing:

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

textStorageWillProcessEditing:

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