public interface NSTextStorageObserving
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NSTextStorageObserving.Block_performEditingTransactionForTextStorageUsingBlock |
| Modifier and Type | Method and Description |
|---|---|
void |
performEditingTransactionForTextStorageUsingBlock(NSTextStorage textStorage,
NSTextStorageObserving.Block_performEditingTransactionForTextStorageUsingBlock transaction)
Transactional editing support
|
void |
processEditingForTextStorageEditedRangeChangeInLengthInvalidatedRange(NSTextStorage textStorage,
long editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange)
The newCharRange is the range in the final string which was explicitly edited.
|
void |
setTextStorage(NSTextStorage value)
The document object
|
NSTextStorage |
textStorage()
The document object
|
void performEditingTransactionForTextStorageUsingBlock(NSTextStorage textStorage, NSTextStorageObserving.Block_performEditingTransactionForTextStorageUsingBlock transaction)
void processEditingForTextStorageEditedRangeChangeInLengthInvalidatedRange(NSTextStorage textStorage, long editMask, NSRange newCharRange, long delta, NSRange invalidatedCharRange)
void setTextStorage(NSTextStorage value)
NSTextStorage textStorage()