---
title: paragraphSeparatorRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextparagraph/paragraphseparatorrange
---

# paragraphSeparatorRange

Returns the range of the paragraph separator in the containing text’s attributed string.

## Declaration

```swift
var paragraphSeparatorRange: NSTextRange? { get }
```

## Discussion

Discussion The containing text is NSTextContentStorage’s attributedString.

## See Also

### Getting paragraph characteristics

- [attributedString](appkit/nstextparagraph/attributedstring.md)
- [paragraphContentRange](appkit/nstextparagraph/paragraphcontentrange.md)
