---
title: NSTextContentStorageDelegate
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nstextcontentstoragedelegate
---

# NSTextContentStorageDelegate

The optional methods that delegates of content storage objects implement to handle content processing.

## Declaration

```swift
protocol NSTextContentStorageDelegate : NSTextContentManagerDelegate
```

## Topics

### Working with paragraphs

- [textContentStorage(_:textParagraphWith:)](appkit/nstextcontentstoragedelegate/textcontentstorage(_:textparagraphwith:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSTextContentManagerDelegate](appkit/nstextcontentmanagerdelegate.md)

## See Also

### Accessing paragraphs

- [delegate](appkit/nstextcontentstorage/delegate.md)
