---
title: paragraphSeparatorCharacterRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstypesetter/paragraphseparatorcharacterrange
---

# paragraphSeparatorCharacterRange

Returns the current paragraph separator character range.

## Declaration

```swift
var paragraphSeparatorCharacterRange: NSRange { get }
```

## Return Value

Return Value The current paragraph separator character range, which is the full range that contains the current character range and that extends from one paragraph separator character to the next.

## See Also

### Accessing paragraph typesetting information

- [currentParagraphStyle](appkit/nstypesetter/currentparagraphstyle.md)
- [attributedString](appkit/nstypesetter/attributedstring.md)
- [setParagraphGlyphRange(_:separatorGlyphRange:)](appkit/nstypesetter/setparagraphglyphrange(_:separatorglyphrange:).md)
- [paragraphGlyphRange](appkit/nstypesetter/paragraphglyphrange.md)
- [paragraphSeparatorGlyphRange](appkit/nstypesetter/paragraphseparatorglyphrange.md)
- [paragraphCharacterRange](appkit/nstypesetter/paragraphcharacterrange.md)
- [attributesForExtraLineFragment](appkit/nstypesetter/attributesforextralinefragment.md)
