---
title: paragraphs
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextstorage/paragraphs
---

# paragraphs

The text storage contents as an array of paragraphs.

## Declaration

```swift
var paragraphs: [NSTextStorage] { get set }
```

## Discussion

Discussion Unless you’re dealing with scriptability, you shouldn’t use or modify this property directly.

## See Also

### Accessing scriptable properties

- [attributeRuns](appkit/nstextstorage/attributeruns.md)
- [words](appkit/nstextstorage/words.md)
- [characters](appkit/nstextstorage/characters.md)
- [font](appkit/nstextstorage/font.md)
- [foregroundColor](appkit/nstextstorage/foregroundcolor.md)
