---
title: paragraphContentRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextparagraph/paragraphcontentrange
---

# paragraphContentRange

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

## Declaration

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

## Discussion

Discussion The containing text is NSTextContentStorage’s attributedString.

## See Also

### Getting paragraph characteristics

- [attributedString](uikit/nstextparagraph/attributedstring.md)
- [paragraphSeparatorRange](uikit/nstextparagraph/paragraphseparatorrange.md)
